Click here to Skip to main content
16,010,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CALLBACK function question Pin
5-Dec-00 1:10
suss5-Dec-00 1:10 
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 
I would really just like to re-enforce a few things that other have said. First off, definitly gain a strong foundation in C++ using console programs first. If you attempt to wander into Win32 GUI programming to quickly you will fall flat. Next I would like to encourage you to do what Lee Chan Woo said, get Petzold's book on the API and Prosise's book about MFC. These are the definitive bibles in their areas. On that same note it would do you good to stay away from in-21 day books. These books only teach you how to use the compiler to write programs and how to write the actual program. you learn about wizards and gimmics, NOT CODE!! The two books mentioned before work to make you understand what is going on in the background so you no exactly what you program is doing and, while more work up front, will give you a better programmig carrer. End result, after all is said and done, you should be able to write an MFC application only using notepad and actual compiler and linker files (the joy of writing your own makefile!) Smile | :)

Good luck to ya.

"Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning."
--anonymous

Joseph Dempsey
dempsey6@home.com
GeneralRe: C++? Visual C++? Pin
Christian Graus30-Nov-00 14:52
protectorChristian Graus30-Nov-00 14:52 
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 

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.