Click here to Skip to main content
15,929,812 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC++? Visual C++? Pin
29-Nov-00 11:48
suss29-Nov-00 11:48 
AnswerRe: C++? Visual C++? Pin
Erik Funkenbusch29-Nov-00 13:25
Erik Funkenbusch29-Nov-00 13:25 
AnswerRe: C++? Visual C++? Pin
Christian Graus29-Nov-00 14:46
protectorChristian Graus29-Nov-00 14:46 
AnswerRe: C++? Visual C++? Pin
30-Nov-00 1:29
suss30-Nov-00 1:29 
GeneralRe: C++? Visual C++? Pin
Erik Funkenbusch30-Nov-00 11:16
Erik Funkenbusch30-Nov-00 11:16 
AnswerRe: C++? Visual C++? Pin
Masoud Samimi30-Nov-00 3:51
Masoud Samimi30-Nov-00 3:51 
AnswerRe: C++? Visual C++? Pin
Joseph Dempsey30-Nov-00 14:26
Joseph Dempsey30-Nov-00 14:26 
GeneralRe: C++? Visual C++? Pin
Christian Graus30-Nov-00 14:52
protectorChristian Graus30-Nov-00 14:52 
Given that you've just disagreed with me, allow me to qualify my position.Big Grin | :-D If a person has started with 'C++ for dummies', there is every possibility that they are still an extreme beginner. There is nothing wrong with that, and there is every reason to learn at a pace where you take everything in. I must admit I am only familiar with the C++ in 21 days book, which I regard as a good starter, and is written by Jesse Liberty, who also wrote my fave C++ 'how to' book, C++ Unleashed. I certainly would never hire or hope to work next to someone who considered finishing such a book to qualify them, but that is not really the question, is it ?

I see no reason why someone who doesn't want too steep a learning curve could not use such a book to learn how things sit together, albeit via using wizards for a lot of things, and then go on to the stanadrd references you mention ( FWIW I have Petzold but not Prosise, because Prosise seemed to me to recover stuff I knew and had in other books, and ultimately it's rare I look in a book anyhow, as I have MSDN ) to learn what is going on behind the scenes.

Ultimately one needs to know what is going on behind the scenes, but just because I know how to add a message handler by hand doesn't mean I don't use the Class Wizard, it just means I can add messages that CW does not cover and know how to fix things if CW blows up in my face. In other words, knowing what wizards are there is also important. Indeed, if code reuse is the Holy Grail, then the principle would be not to reinvent the wheel, which is why we have wizards to simplify tedious tasks in the first place ?

Christian

The content of this post is not necessarily the opinion of my yadda yadda yadda.

To understand recursion, we must first understand recursion.
GeneralBug in MFCGridControl Pin
29-Nov-00 7:20
suss29-Nov-00 7:20 
GeneralRe: Bug in MFCGridControl Pin
Erik Funkenbusch29-Nov-00 10:10
Erik Funkenbusch29-Nov-00 10:10 
GeneralRe: Bug in MFCGridControl Pin
Michael Dunn29-Nov-00 17:09
sitebuilderMichael Dunn29-Nov-00 17:09 
QuestionHow to sort std::list&ltCMyClass*&gt? Pin
Matt Weagle29-Nov-00 5:46
Matt Weagle29-Nov-00 5:46 
AnswerRe: How to sort std::list&ltCMyClass*>? Pin
Erik Funkenbusch29-Nov-00 10:20
Erik Funkenbusch29-Nov-00 10:20 
AnswerRe: How to sort std::list&ltCMyClass*>? Pin
Michael S. Scherotter29-Nov-00 11:38
Michael S. Scherotter29-Nov-00 11:38 
GeneralRe: How to sort std::list&ltCMyClass*>? Pin
Andy Hassall29-Nov-00 12:01
Andy Hassall29-Nov-00 12:01 
GeneralRe: How to sort std::list&ltCMyClass*>? Pin
Matt Weagle29-Nov-00 13:00
Matt Weagle29-Nov-00 13:00 
GeneralRe: How to sort std::list&ltCMyClass*>? Pin
Tim Burke8-Dec-00 10:42
Tim Burke8-Dec-00 10:42 
GeneralYou can do it if you fix Microsoft's bugs. Pin
Jonathan Gilligan12-Dec-00 13:32
Jonathan Gilligan12-Dec-00 13:32 
GeneralProblem with CToolBar and EnableButton() Pin
Anders Molin29-Nov-00 1:37
professionalAnders Molin29-Nov-00 1:37 
GeneralRe: Problem with CToolBar and EnableButton() Pin
Erik Funkenbusch29-Nov-00 10:22
Erik Funkenbusch29-Nov-00 10:22 
GeneralRe: Problem with CToolBar and EnableButton() Pin
Anders Molin29-Nov-00 22:21
professionalAnders Molin29-Nov-00 22:21 
GeneralProblems with MRU list!!! Pin
Grit29-Nov-00 0:53
Grit29-Nov-00 0:53 
GeneralWincap32 Pin
28-Nov-00 22:43
suss28-Nov-00 22:43 
GeneralProblem with String Table Pin
28-Nov-00 21:49
suss28-Nov-00 21:49 
GeneralRe: Problem with String Table Pin
28-Nov-00 22:52
suss28-Nov-00 22:52 

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.