Click here to Skip to main content
15,902,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: #include files included more than once Pin
CPallini7-Jun-07 3:04
mveCPallini7-Jun-07 3:04 
AnswerRe: #include files included more than once Pin
Cedric Moonen7-Jun-07 3:04
Cedric Moonen7-Jun-07 3:04 
AnswerRe: #include files included more than once Pin
Shouvik Das7-Jun-07 3:06
Shouvik Das7-Jun-07 3:06 
GeneralRe: #include files included more than once Pin
prithaa7-Jun-07 23:06
prithaa7-Jun-07 23:06 
GeneralRe: #include files included more than once Pin
Shouvik Das7-Jun-07 23:15
Shouvik Das7-Jun-07 23:15 
GeneralRe: #include files included more than once Pin
#realJSOP8-Jun-07 2:35
professional#realJSOP8-Jun-07 2:35 
QuestionSymbol Table Pin
Shouvik Das7-Jun-07 2:48
Shouvik Das7-Jun-07 2:48 
AnswerRe: Symbol Table Pin
Matthew Faithfull7-Jun-07 3:21
Matthew Faithfull7-Jun-07 3:21 
You could try doxygen which can be downloaded from www.sourceforge.net[^] and will have it's own homepage elsewhere as well If you want a simple-ish parser than can handle most C++ stuff.
Alternatively you could just compile the code with Visual Studio, with all the debugging info switched on, and then use Microsoft's own symbol engine in dbghelp.dll to interrogate the .pdb (Program databse) file of the project. WinDbg which is widely available does this.
I recommend John Robbins' book Debugging Windows Applications for all the details on debug symbol information, how to get it and use it.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: Symbol Table Pin
Shouvik Das7-Jun-07 22:56
Shouvik Das7-Jun-07 22:56 
GeneralRe: Symbol Table Pin
Matthew Faithfull8-Jun-07 4:21
Matthew Faithfull8-Jun-07 4:21 
QuestionAdding libraries Pin
iayd7-Jun-07 2:14
iayd7-Jun-07 2:14 
AnswerRe: Adding libraries Pin
Rajkumar R7-Jun-07 4:13
Rajkumar R7-Jun-07 4:13 
AnswerRe: Adding libraries Pin
Mark Salsbery7-Jun-07 4:47
Mark Salsbery7-Jun-07 4:47 
QuestionRe: Adding libraries Pin
Hamid_RT7-Jun-07 19:46
Hamid_RT7-Jun-07 19:46 
Questionhow to get screen resolution in VC++? Pin
farah mazhar7-Jun-07 1:09
farah mazhar7-Jun-07 1:09 
AnswerRe: how to get screen resolution in VC++? Pin
Paresh Chitte7-Jun-07 1:20
Paresh Chitte7-Jun-07 1:20 
GeneralRe: how to get screen resolution in VC++? Pin
lucajump7-Jun-07 4:51
lucajump7-Jun-07 4:51 
GeneralRe: how to get screen resolution in VC++? Pin
Paresh Chitte7-Jun-07 18:27
Paresh Chitte7-Jun-07 18:27 
AnswerRe: how to get screen resolution in VC++? Pin
CPallini7-Jun-07 1:21
mveCPallini7-Jun-07 1:21 
AnswerRe: how to get screen resolution in VC++? Pin
Hamid_RT7-Jun-07 19:49
Hamid_RT7-Jun-07 19:49 
QuestionClass Not Register problem Pin
Paramhans Dubey7-Jun-07 0:30
professionalParamhans Dubey7-Jun-07 0:30 
AnswerRe: Class Not Register problem Pin
Hans Dietrich7-Jun-07 0:37
mentorHans Dietrich7-Jun-07 0:37 
AnswerRe: Class Not Register problem Pin
Matthew Faithfull7-Jun-07 0:39
Matthew Faithfull7-Jun-07 0:39 
AnswerRe: Class Not Register problem Pin
Mark Salsbery7-Jun-07 4:48
Mark Salsbery7-Jun-07 4:48 
QuestionColors for Buttons, Edit controls, dialogs and etc Pin
Jayapal Chandran7-Jun-07 0:28
Jayapal Chandran7-Jun-07 0:28 

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.