Click here to Skip to main content
15,879,096 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I make it? Pin
MFC is the Best18-Nov-02 23:12
MFC is the Best18-Nov-02 23:12 
AnswerRe: How do I make it? Pin
Iain Clarke, Warrior Programmer18-Nov-02 23:41
Iain Clarke, Warrior Programmer18-Nov-02 23:41 
GeneralRe: How do I make it? Pin
MFC is the Best19-Nov-02 0:11
MFC is the Best19-Nov-02 0:11 
AnswerRe: How do I make it? Pin
Anonymous18-Nov-02 23:42
Anonymous18-Nov-02 23:42 
GeneralCustomize SHBrowseForFolder dialog Pin
Mav Rossi18-Nov-02 22:59
Mav Rossi18-Nov-02 22:59 
GeneralRe: Customize SHBrowseForFolder dialog Pin
Jason Henderson19-Nov-02 4:38
Jason Henderson19-Nov-02 4:38 
GeneralToolbar Bitmaps in popup menus Pin
Mr Bose Dayala18-Nov-02 22:45
Mr Bose Dayala18-Nov-02 22:45 
GeneralPrecompil me Pin
Anonymous18-Nov-02 20:34
Anonymous18-Nov-02 20:34 
Hi !

Somebody knows about a software (or an option in VC++) which would only display the code contained in precompiler instructions ?

I mean:
#ifdef hello

int i=9;

#else

int j=10;

#endif


would only be displayed as
int i=9;
if hello is defined. Otherwise, it would dispaly
int j=9;
of course.

Reason is, in my new job, i have to do with realtime applications, and the code is full of precompiler instructions, so it is quite unreadable Dead | X| .

Thankxx
RaGE
GeneralRe: Precompil me Pin
567890123418-Nov-02 22:45
567890123418-Nov-02 22:45 
GeneralMemory leaks Pin
Rickard Andersson2018-Nov-02 20:28
Rickard Andersson2018-Nov-02 20:28 
GeneralRe: Memory leaks Pin
jhwurmbach18-Nov-02 20:49
jhwurmbach18-Nov-02 20:49 
GeneralRe: Memory leaks Pin
ihaml18-Nov-02 21:10
ihaml18-Nov-02 21:10 
GeneralRe: Memory leaks Pin
jhwurmbach18-Nov-02 21:39
jhwurmbach18-Nov-02 21:39 
GeneralRe: Memory leaks Pin
Rickard Andersson2019-Nov-02 0:43
Rickard Andersson2019-Nov-02 0:43 
GeneralRe: Memory leaks Pin
Anonymous18-Nov-02 21:15
Anonymous18-Nov-02 21:15 
GeneralRe: Memory leaks Pin
Michael P Butler18-Nov-02 22:25
Michael P Butler18-Nov-02 22:25 
GeneralRe: Memory leaks Pin
Rickard Andersson2019-Nov-02 0:48
Rickard Andersson2019-Nov-02 0:48 
GeneralCSliderCtrl.... Pin
Neha18-Nov-02 19:54
Neha18-Nov-02 19:54 
GeneralStealth in VC++ Pin
SatyaKiran18-Nov-02 19:26
SatyaKiran18-Nov-02 19:26 
GeneralRe: Stealth in VC++ Pin
Christian Graus18-Nov-02 19:47
protectorChristian Graus18-Nov-02 19:47 
GeneralRe: Stealth in VC++ Pin
Swinefeaster18-Nov-02 20:20
Swinefeaster18-Nov-02 20:20 
GeneralRe: Stealth in VC++ Pin
Anonymous18-Nov-02 21:12
Anonymous18-Nov-02 21:12 
GeneralRe: Stealth in VC++ Pin
Michael P Butler18-Nov-02 22:22
Michael P Butler18-Nov-02 22:22 
General.NET Training School in Bay area Pin
ReachAnshul18-Nov-02 17:55
ReachAnshul18-Nov-02 17:55 
GeneralJava in comparison to C++ Question Pin
Swinefeaster18-Nov-02 17:51
Swinefeaster18-Nov-02 17:51 

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.