Click here to Skip to main content
15,905,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 20:17
protectorChristian Graus1-Mar-02 20:17 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 20:25
sitebuilderNish Nishant1-Mar-02 20:25 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 20:26
sitebuilderNish Nishant1-Mar-02 20:26 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 20:27
protectorChristian Graus1-Mar-02 20:27 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 20:42
sitebuilderNish Nishant1-Mar-02 20:42 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
alex.barylski1-Mar-02 16:38
alex.barylski1-Mar-02 16:38 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 16:55
protectorChristian Graus1-Mar-02 16:55 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Paul M Watt1-Mar-02 20:44
mentorPaul M Watt1-Mar-02 20:44 
I think the advantage to learning the WIN32 APIs through raw SDK programming is that you learn the purpose of each of the functions, messages and other pieces that make up a Windows application.

With that said, MFC and WTL are structured around the SDK in an object-oriented way and are surely a superior way to develop Windows applications, but by knowing and thouroughly understanding the SDK, it can be understood what these two frameworks are trying to accomplish. Then when you want to try to implement something that the original designers of MFC and WTL had not anticipated, you can tackle the problem with your base knowledge.

While I agree that SDK programming is the harder way to develop a Windows application, I think that the comparison of "C : C++ is like SDK : MFC" falls apart because going from C to object-oriented programming in C++ is a completely new way of thinking. MFC is simply an object-oriented wrapper around concepts and restraints that are created in the SDK. This is just my opinion though.
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 21:03
protectorChristian Graus1-Mar-02 21:03 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
alex.barylski2-Mar-02 8:48
alex.barylski2-Mar-02 8:48 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Imran Farooqui1-Mar-02 20:21
Imran Farooqui1-Mar-02 20:21 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 20:28
protectorChristian Graus1-Mar-02 20:28 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Imran Farooqui1-Mar-02 20:39
Imran Farooqui1-Mar-02 20:39 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 20:47
sitebuilderNish Nishant1-Mar-02 20:47 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 20:44
sitebuilderNish Nishant1-Mar-02 20:44 
GeneralRe: Pin
valikac2-Mar-02 9:12
valikac2-Mar-02 9:12 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
rob bakes2-Mar-02 9:33
rob bakes2-Mar-02 9:33 
GeneralRe: API Pin
valikac2-Mar-02 10:19
valikac2-Mar-02 10:19 
GeneralStarting Over Pin
valikac3-Mar-02 14:02
valikac3-Mar-02 14:02 
GeneralRe: Starting Over Pin
Christian Graus3-Mar-02 14:12
protectorChristian Graus3-Mar-02 14:12 
GeneralRe: Starting Over Pin
valikac3-Mar-02 15:55
valikac3-Mar-02 15:55 
Questionprofiling...help me out? Pin
Roman Nurik1-Mar-02 12:22
Roman Nurik1-Mar-02 12:22 
AnswerRe: profiling...help me out? Pin
pba_2-Mar-02 4:34
pba_2-Mar-02 4:34 
GeneralDLL Export Table viewing question Pin
RK_20001-Mar-02 11:25
RK_20001-Mar-02 11:25 
GeneralRe: DLL Export Table viewing question Pin
Tomasz Sowinski1-Mar-02 11:32
Tomasz Sowinski1-Mar-02 11:32 

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.