Click here to Skip to main content
15,917,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Customized CPropertyPage Pin
PJ Arends6-Nov-06 8:02
professionalPJ Arends6-Nov-06 8:02 
GeneralRe: Customized CPropertyPage Pin
Ajay L D6-Nov-06 21:43
Ajay L D6-Nov-06 21:43 
Questionabout DMA Pin
mt_samiei6-Nov-06 2:09
mt_samiei6-Nov-06 2:09 
QuestionCoInitializeEx() Pin
shadrach_india6-Nov-06 2:08
shadrach_india6-Nov-06 2:08 
AnswerRe: CoInitializeEx() Pin
Cedric Moonen6-Nov-06 2:39
Cedric Moonen6-Nov-06 2:39 
GeneralRe: CoInitializeEx() Pin
shadrach_india6-Nov-06 2:46
shadrach_india6-Nov-06 2:46 
GeneralRe: CoInitializeEx() Pin
Cedric Moonen6-Nov-06 3:22
Cedric Moonen6-Nov-06 3:22 
GeneralRe: CoInitializeEx() [modified] Pin
shadrach_india6-Nov-06 3:34
shadrach_india6-Nov-06 3:34 
GeneralRe: CoInitializeEx() Pin
shadrach_india6-Nov-06 3:49
shadrach_india6-Nov-06 3:49 
QuestionWindow Text title bar Pin
_tasleem6-Nov-06 1:59
_tasleem6-Nov-06 1:59 
AnswerRe: Window Text title bar Pin
benjymous6-Nov-06 3:09
benjymous6-Nov-06 3:09 
AnswerRe: Window Text title bar Pin
Hamid_RT6-Nov-06 18:53
Hamid_RT6-Nov-06 18:53 
GeneralRe: Window Text title bar Pin
_tasleem6-Nov-06 22:34
_tasleem6-Nov-06 22:34 
GeneralRe: Window Text title bar Pin
Hamid_RT6-Nov-06 23:39
Hamid_RT6-Nov-06 23:39 
QuestionI'm MFC newbie, Where is Winmain() in MFC ? Pin
kumyim6-Nov-06 1:49
kumyim6-Nov-06 1:49 
AnswerRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
led mike6-Nov-06 4:28
led mike6-Nov-06 4:28 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
Waldermort6-Nov-06 4:35
Waldermort6-Nov-06 4:35 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
led mike6-Nov-06 4:56
led mike6-Nov-06 4:56 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
Waldermort6-Nov-06 5:27
Waldermort6-Nov-06 5:27 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
led mike6-Nov-06 5:41
led mike6-Nov-06 5:41 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
toxcct6-Nov-06 5:09
toxcct6-Nov-06 5:09 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
Waldermort6-Nov-06 5:36
Waldermort6-Nov-06 5:36 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
toxcct6-Nov-06 5:48
toxcct6-Nov-06 5:48 
waldermort wrote:
toxcct wrote:
you don't have to know "where is" main() nor "what it does". you only have to know "where to start when using MFC"...

... if you already know what main() does, how it's used and what exactly it's purpose is.


i still don't agree. MFC provides an additional abstraction level which you don't need to "crack" at all. if you'r curious about the internal, read the docs, they're full enough. as an example, when you use a Windows API, you read the MSDN, so you know exactly how to use what or what function, right ? but do you go every time to the sources to try to understand how they coded the API ? i hope no so !

also, you know the program entry point is main(). but did you know that a program start is not really main() ? do you know all the initialisations the operating system does for you silently ?


You don't know where to start ? ask a good friend

[VisualCalc 3.0][Flags Beginner's Guide]

GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
Waldermort6-Nov-06 6:33
Waldermort6-Nov-06 6:33 
AnswerRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
Waldermort6-Nov-06 4:30
Waldermort6-Nov-06 4:30 

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.