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

C / C++ / MFC

 
AnswerRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
gUrM33T8-Apr-04 21:04
gUrM33T8-Apr-04 21:04 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
vividtang8-Apr-04 21:15
vividtang8-Apr-04 21:15 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
Prakash Nadar8-Apr-04 21:50
Prakash Nadar8-Apr-04 21:50 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
2249178-Apr-04 23:43
2249178-Apr-04 23:43 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
vividtang9-Apr-04 2:52
vividtang9-Apr-04 2:52 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
2249179-Apr-04 3:11
2249179-Apr-04 3:11 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
Prakash Nadar9-Apr-04 5:56
Prakash Nadar9-Apr-04 5:56 
AnswerRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
Mike Dimmick9-Apr-04 0:13
Mike Dimmick9-Apr-04 0:13 
A handy reference is MFC Internals[^]. It's got a lot more concrete information on how the framework is put together and how it works. I didn't feel I understood MFC until I read this.

The book is a little out of date now, having originally been written for MFC 4.0, but the fundamental operation of the framework barely changed from MFC 4.0 to 6.0 (indeed, versions 4.2, 5.0 and 6.0 were upwards-compatible in binary form - a program built with 4.2 could typically run unchanged on MFC 6.0's mfc42.dll). 7.x has had more changes to accommodate the merging of ATL and MFC.

Stability. What an interesting concept. -- Chris Maunder
Generalloading a bitmap Pin
egafadf8-Apr-04 20:44
egafadf8-Apr-04 20:44 
GeneralRe: loading a bitmap Pin
autodebug8-Apr-04 20:48
autodebug8-Apr-04 20:48 
GeneralRe: loading a bitmap Pin
gUrM33T8-Apr-04 20:56
gUrM33T8-Apr-04 20:56 
GeneralRe: loading a bitmap Pin
autodebug8-Apr-04 21:12
autodebug8-Apr-04 21:12 
GeneralRe: loading a bitmap Pin
gUrM33T8-Apr-04 20:59
gUrM33T8-Apr-04 20:59 
GeneralRe: loading a bitmap Pin
Anonymous8-Apr-04 21:14
Anonymous8-Apr-04 21:14 
GeneralRe: loading a bitmap Pin
schumi19808-Apr-04 21:18
schumi19808-Apr-04 21:18 
GeneralRe: loading a bitmap Pin
gUrM33T9-Apr-04 1:07
gUrM33T9-Apr-04 1:07 
GeneralRe: loading a bitmap Pin
Anonymous9-Apr-04 11:01
Anonymous9-Apr-04 11:01 
GeneralRe: loading a bitmap Pin
gUrM33T9-Apr-04 15:34
gUrM33T9-Apr-04 15:34 
GeneralRe: loading a bitmap Pin
schumi19809-Apr-04 15:42
schumi19809-Apr-04 15:42 
Generalin menu resource ,what's the difference between "IDR_***TYPE"and "IDR_MAINFRAME" Pin
vividtang8-Apr-04 20:44
vividtang8-Apr-04 20:44 
GeneralRe: in menu resource ,what's the difference between "IDR_***TYPE"and "IDR_MAINFRAME" Pin
vividtang9-Apr-04 16:14
vividtang9-Apr-04 16:14 
GeneralTimer Pin
Anonymous8-Apr-04 20:42
Anonymous8-Apr-04 20:42 
GeneralRe: Timer Pin
toxcct8-Apr-04 21:53
toxcct8-Apr-04 21:53 
GeneralRe: Timer Pin
vcplusplus9-Apr-04 5:52
vcplusplus9-Apr-04 5:52 
GeneralRe: Timer Pin
GflPower8-Apr-04 22:09
GflPower8-Apr-04 22:09 

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.