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

C / C++ / MFC

 
GeneralRe: CALLBACK function question Pin
Erik Funkenbusch30-Nov-00 11:02
Erik Funkenbusch30-Nov-00 11:02 
GeneralRe: CALLBACK function question Pin
1-Dec-00 6:32
suss1-Dec-00 6:32 
GeneralRe: CALLBACK function question Pin
Erik Funkenbusch1-Dec-00 12:39
Erik Funkenbusch1-Dec-00 12:39 
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 
Hi Graap... I am from Korea. I've been learning Windows Programming from Jan in this year.

Do You know about C Language...? C++ is an Extention of C Language... So I think you must to study C Language before start to learn C++ & Visual C++'s MFC. But This is a recommended thing.

C++ is an OOP(Object Oriented Programming) Languege. OOP Language is powerfull in the reusable code aspect. You know... Now a days Programs are very large and heavy... If these programs are made of C... Most of Developers say 'Oh GOD!... or What a shame....' C is a procedural Language... So analysis of program source is very difficult. But C++ OOP Language... These codes are very intuitive.

Early days of Windows Programming... C was a major Windows Programming Language. In these days Developers used Windows API(Application Program Interface)Function that built with C. But as days go by... C reached to its limit. So MS made C++ Classes as named of MFC(Microsoft Foundation Class) to take advantage of C++ and support easy way & shortcut of Windows programming. Now a days Most of Windows programmer use MFC. These Classes wrapped a lot of Windows API as its member function. These Classes are not perfect thing. So We use these classes with Visual C++ Compiler. Visual C++ is a Tool to use MFC, not a Language. Common code for Windows programs was written by Visual Studio. So the only thing We have to do is to manipulate MFC classes and add new user defined classes.

I recommend that you first study Windows program Architecture. There are a few Bible About this. Charles petzold's 'Programming Windows" is for API Programmer and Jeff Prosise's 'MFC Windows 98 Programming' is for MFC Programmer. You can gain a lot of thing about Windows programming in these book.

There are not shortcut to be a Windows Programmer.
Good Luck!

-PS-
Do You use the MSN Instance Messenger? My ID is lee_chanwoo@yahoo.co.kr If you have additional question... access me through this messenger or Email. Email address is the same as My MSN ID.
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 
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 

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.