Click here to Skip to main content
16,007,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Question on how to traverse this array Pin
Aescleal16-Oct-10 22:31
Aescleal16-Oct-10 22:31 
Questionhow can I learn?? Pin
AmbiguousName16-Oct-10 1:32
AmbiguousName16-Oct-10 1:32 
AnswerRe: how can I learn?? Pin
Niklas L16-Oct-10 3:01
Niklas L16-Oct-10 3:01 
GeneralRe: how can I learn?? Pin
AmbiguousName16-Oct-10 10:37
AmbiguousName16-Oct-10 10:37 
QuestionRe: how can I learn?? Pin
David Crow16-Oct-10 4:37
David Crow16-Oct-10 4:37 
AnswerRe: how can I learn?? Pin
AmbiguousName16-Oct-10 8:26
AmbiguousName16-Oct-10 8:26 
AnswerRe: how can I learn?? Pin
Maximilien16-Oct-10 8:35
Maximilien16-Oct-10 8:35 
AnswerRe: how can I learn?? Pin
Aescleal16-Oct-10 22:21
Aescleal16-Oct-10 22:21 
Read, lots. Try out different things. Make sure you've got a shelf load of C++ morality guides to back you up ("Effective C++" and "Exceptional C++" are good places to start).

As you try things out you'll find out if it's a good idea as your projects get bigger. For example extensive use of templates can slow the compiler down to a crawl. It's not a problem with 10 source files but with a couple of hundred it can be time for a tea break when you change one. Remember that language features in isolation rarely make that much of a difference to coding style (except perhaps for virtual functions, templates and exceptions) but when used together they can help and hinder a lot more.

Cheers,

Ash
QuestionCEdit::GetLine return blank value when LineLength is 1. Pin
Le@rner15-Oct-10 23:51
Le@rner15-Oct-10 23:51 
AnswerRe: CEdit::GetLine return blank value when LineLength is 1. Pin
Richard MacCutchan16-Oct-10 0:56
mveRichard MacCutchan16-Oct-10 0:56 
AnswerRe: CEdit::GetLine return blank value when LineLength is 1. Pin
David Crow16-Oct-10 4:40
David Crow16-Oct-10 4:40 
QuestionHow can create thread pool? Pin
Le@rner15-Oct-10 23:23
Le@rner15-Oct-10 23:23 
AnswerRe: How can create thread pool? Pin
Rajesh R Subramanian16-Oct-10 2:51
professionalRajesh R Subramanian16-Oct-10 2:51 
AnswerRe: How can create thread pool? Pin
Iain Clarke, Warrior Programmer17-Oct-10 10:48
Iain Clarke, Warrior Programmer17-Oct-10 10:48 
QuestionEither to use thread pooling or some other technique Pin
learningvisualc15-Oct-10 21:25
learningvisualc15-Oct-10 21:25 
AnswerRe: Either to use thread pooling or some other technique Pin
Rajesh R Subramanian15-Oct-10 22:12
professionalRajesh R Subramanian15-Oct-10 22:12 
QuestionCheck that an EXE file is code signed / digitally signed? Pin
Mika Larramo15-Oct-10 5:59
Mika Larramo15-Oct-10 5:59 
AnswerRe: Check that an EXE file is code signed / digitally signed? [modified] Pin
Code-o-mat15-Oct-10 9:57
Code-o-mat15-Oct-10 9:57 
GeneralRe: Check that an EXE file is code signed / digitally signed? Pin
Mika Larramo19-Oct-10 10:16
Mika Larramo19-Oct-10 10:16 
GeneralRe: Check that an EXE file is code signed / digitally signed? Pin
Code-o-mat19-Oct-10 10:20
Code-o-mat19-Oct-10 10:20 
Questionadd char array in specific position in another char array Pin
sadas232341s15-Oct-10 5:41
sadas232341s15-Oct-10 5:41 
AnswerRe: add char array in specific position in another char array Pin
Richard MacCutchan15-Oct-10 5:56
mveRichard MacCutchan15-Oct-10 5:56 
GeneralRe: add char array in specific position in another char array Pin
sadas232341s15-Oct-10 6:38
sadas232341s15-Oct-10 6:38 
GeneralRe: add char array in specific position in another char array Pin
Luc Pattyn15-Oct-10 6:57
sitebuilderLuc Pattyn15-Oct-10 6:57 
GeneralRe: add char array in specific position in another char array Pin
Richard MacCutchan15-Oct-10 7:11
mveRichard MacCutchan15-Oct-10 7:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.