Click here to Skip to main content
15,922,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Multiple windows (pages) Pin
David Crow2-Sep-04 2:45
David Crow2-Sep-04 2:45 
GeneralRe: MFC Multiple windows (pages) Pin
Jens Christiansen2-Sep-04 8:57
Jens Christiansen2-Sep-04 8:57 
GeneralRe: MFC Multiple windows (pages) Pin
David Crow2-Sep-04 9:23
David Crow2-Sep-04 9:23 
GeneralFun with Loading Windows Drivers Pin
Joel Holdsworth2-Sep-04 1:31
Joel Holdsworth2-Sep-04 1:31 
GeneralRe: Fun with Loading Windows Drivers Pin
Alexander M.,2-Sep-04 9:33
Alexander M.,2-Sep-04 9:33 
GeneralPrecompiler Directive Pin
Anonymous2-Sep-04 1:12
Anonymous2-Sep-04 1:12 
GeneralRe: Precompiler Directive Pin
Joel Holdsworth2-Sep-04 1:39
Joel Holdsworth2-Sep-04 1:39 
GeneralRe: Precompiler Directive Pin
Henry miller2-Sep-04 3:21
Henry miller2-Sep-04 3:21 
The main advantage is with proper use of the precompiler directives you can win the Internation Obfuscated C code contest

The other time you will see it is in header files, to make sure that the header isn't accidently included twice. The rule is if there is a way to do what you want without using the precompiler do it, but sometimes you don't have a choice.

If you don't know what the IOCCC is, check it out when you are prepared to be confused. Good programs will enjoy it, for the joke, the chance to learn some really stupid code, and to test the knowledge of C.
GeneralCreate Process on remote machine Pin
vikramlinux2-Sep-04 1:02
vikramlinux2-Sep-04 1:02 
GeneralRe: Create Process on remote machine Pin
jmkhael2-Sep-04 3:02
jmkhael2-Sep-04 3:02 
GeneralInterrupt in VC++ Pin
Puah2-Sep-04 0:32
Puah2-Sep-04 0:32 
GeneralRe: Interrupt in VC++ Pin
RadioShark2-Sep-04 8:00
RadioShark2-Sep-04 8:00 
GeneralRe: Interrupt in VC++ Pin
Puah2-Sep-04 14:43
Puah2-Sep-04 14:43 
GeneralRe: Interrupt in VC++ Pin
RadioShark2-Sep-04 18:28
RadioShark2-Sep-04 18:28 
Generalprogramatically change the title of an application Pin
si_692-Sep-04 0:00
si_692-Sep-04 0:00 
GeneralRe: programatically change the title of an application Pin
Neville Franks2-Sep-04 0:29
Neville Franks2-Sep-04 0:29 
GeneralRe: programatically change the title of an application Pin
Antony M Kancidrowski2-Sep-04 1:15
Antony M Kancidrowski2-Sep-04 1:15 
GeneralRe: programatically change the title of an application Pin
Neville Franks2-Sep-04 9:55
Neville Franks2-Sep-04 9:55 
GeneralRe: programatically change the title of an application Pin
Antony M Kancidrowski2-Sep-04 22:51
Antony M Kancidrowski2-Sep-04 22:51 
GeneralShutdown and restart Pin
De Nardis Andrea1-Sep-04 23:57
De Nardis Andrea1-Sep-04 23:57 
GeneralRe: Shutdown and restart Pin
David Crow2-Sep-04 2:49
David Crow2-Sep-04 2:49 
GeneralWhy LoadMenu() Failed! Errorcode=1814 Pin
YunYan1-Sep-04 23:34
YunYan1-Sep-04 23:34 
GeneralRe: Why LoadMenu() Failed! Errorcode=1814 Pin
AssemblySoft1-Sep-04 23:41
AssemblySoft1-Sep-04 23:41 
GeneralWait for your Help! Pin
YunYan2-Sep-04 1:07
YunYan2-Sep-04 1:07 
GeneralAny body can help me! Pin
YunYan2-Sep-04 2:49
YunYan2-Sep-04 2: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.