Click here to Skip to main content
15,881,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionconvert a C app to an MFC based Windows app Pin
Angela201231-Aug-11 3:00
Angela201231-Aug-11 3:00 
QuestionHow to learn C++ Pin
shanmugarajaa30-Aug-11 18:16
shanmugarajaa30-Aug-11 18:16 
QuestionRe: How to learn C++ Pin
David Crow31-Aug-11 2:41
David Crow31-Aug-11 2:41 
AnswerRe: How to learn C++ Pin
Chris Losinger31-Aug-11 3:02
professionalChris Losinger31-Aug-11 3:02 
GeneralRe: How to learn C++ Pin
Albert Holguin31-Aug-11 8:22
professionalAlbert Holguin31-Aug-11 8:22 
AnswerRe: How to learn C++ Pin
Nemanja Trifunovic31-Aug-11 6:10
Nemanja Trifunovic31-Aug-11 6:10 
GeneralRe: How to learn C++ Pin
Albert Holguin31-Aug-11 8:25
professionalAlbert Holguin31-Aug-11 8:25 
GeneralRe: How to learn C++ Pin
Orjan Westin31-Aug-11 23:37
professionalOrjan Westin31-Aug-11 23:37 
I second the recommendation of this book.

Many books teaching C++ still tend to start from C (sometimes even teaching C first) and then adding bits of C++ later on. In my experience, this produces programmers who use the language as an extended C, which in turn leads to bad code and bad designs. There's nothing wrong with C (well, actually...) but the sort of "C with classes" often seen is the worst of both worlds.

"Accelerated C++" teaches C++, and does it very well. It includes many modern (as in post-1998 standard) idioms and best-practices, too, which generally are missing from the various "C++ Primers".

For further reading, get some Herb Sutter.
AnswerRe: How to learn C++ Pin
MMJ19892-Sep-11 22:28
MMJ19892-Sep-11 22:28 
QuestionHow to get software (exe, dll) Version info from a buffer? Pin
includeh1030-Aug-11 16:16
includeh1030-Aug-11 16:16 
AnswerRe: How to get software (exe, dll) Version info from a buffer? Pin
Orjan Westin31-Aug-11 4:03
professionalOrjan Westin31-Aug-11 4:03 
AnswerRe: How to get software (exe, dll) Version info from a buffer? Pin
j_schultz31-Aug-11 8:36
j_schultz31-Aug-11 8:36 
QuestionRe: How to get software (exe, dll) Version info from a buffer? Pin
David Crow31-Aug-11 9:54
David Crow31-Aug-11 9:54 
AnswerRe: How to get software (exe, dll) Version info from a buffer? Pin
j_schultz31-Aug-11 10:17
j_schultz31-Aug-11 10:17 
QuestionText slots in an image file? (is this easy programming)? Pin
Angelo Landri30-Aug-11 14:57
Angelo Landri30-Aug-11 14:57 
AnswerRe: Text slots in an image file? (is this easy programming)? Pin
Code-o-mat31-Aug-11 22:08
Code-o-mat31-Aug-11 22:08 
QuestionDisappearing MFC controls [modified] Pin
j_schultz30-Aug-11 9:05
j_schultz30-Aug-11 9:05 
AnswerRe: Disappearing MFC controls Pin
Rolf Kristensen30-Aug-11 9:46
Rolf Kristensen30-Aug-11 9:46 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:50
j_schultz30-Aug-11 9:50 
AnswerRe: Disappearing MFC controls Pin
Maximilien30-Aug-11 9:48
Maximilien30-Aug-11 9:48 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:56
j_schultz30-Aug-11 9:56 
AnswerRe: Disappearing MFC controls Pin
QuiJohn30-Aug-11 10:42
QuiJohn30-Aug-11 10:42 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 10:49
j_schultz30-Aug-11 10:49 
GeneralRe: Disappearing MFC controls Pin
QuiJohn31-Aug-11 6:02
QuiJohn31-Aug-11 6:02 
GeneralRe: Disappearing MFC controls Pin
j_schultz31-Aug-11 6:10
j_schultz31-Aug-11 6:10 

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.