Click here to Skip to main content
15,914,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2026: string too big, trailing characters truncated Pin
Rahul Vaishnav18-Jul-08 4:03
Rahul Vaishnav18-Jul-08 4:03 
AnswerRe: error C2026: string too big, trailing characters truncated Pin
KarstenK18-Jul-08 3:06
mveKarstenK18-Jul-08 3:06 
AnswerRe: error C2026: string too big, trailing characters truncated Pin
David Crow18-Jul-08 10:09
David Crow18-Jul-08 10:09 
Questionproblem in writting urdu on Richedit control Pin
preeti sharma18-Jul-08 1:48
preeti sharma18-Jul-08 1:48 
AnswerRe: problem in writting urdu on Richedit control Pin
_AnsHUMAN_ 18-Jul-08 2:17
_AnsHUMAN_ 18-Jul-08 2:17 
GeneralRe: problem in writting urdu on Richedit control Pin
preeti sharma20-Jul-08 20:21
preeti sharma20-Jul-08 20:21 
QuestionParsing the include-structure of a cpp-project Pin
Tomerland18-Jul-08 1:37
Tomerland18-Jul-08 1:37 
AnswerRe: Parsing the include-structure of a cpp-project Pin
Matthew Faithfull18-Jul-08 2:19
Matthew Faithfull18-Jul-08 2:19 
I guess the source to do this must be available as part of doxygen, the Open Source C++ documentation generator available on Sourceforge and probably elsewhere. It obviously does a lot more than just a dependency-graph though so it might be more trouble to pull out what you need than to write it from scratch.
You could look into starting out with Flex and Bison ( Windows versions of Unix Lex and Yacc also available as C++ sources ) to generate a simple parser that only processes #includes.
On the other hand if you have VS2005 or better you could just turn on Show Includes in the Advanced options for your project and you'll get a build output window filled wiht the entire inclusion hierarchy. Makes you appreciate how fast even MS compilers really are when you see the hundreds of files that get included even in a relatively simple project. Smile | :)

"The secret of happiness is freedom, and the secret of freedom, courage."
Thucydides (B.C. 460-400)

GeneralRe: Parsing the include-structure of a cpp-project Pin
Tomerland18-Jul-08 2:23
Tomerland18-Jul-08 2:23 
GeneralRe: Parsing the include-structure of a cpp-project Pin
Matthew Faithfull18-Jul-08 2:33
Matthew Faithfull18-Jul-08 2:33 
GeneralRe: Parsing the include-structure of a cpp-project Pin
Tomerland18-Jul-08 3:01
Tomerland18-Jul-08 3:01 
Questionvc6, windows xp2, ::PathFileExists ::PathApend link "unresolved external symbol" problem? Pin
fantasy121517-Jul-08 22:41
fantasy121517-Jul-08 22:41 
AnswerRe: vc6, windows xp2, ::PathFileExists ::PathApend link "unresolved external symbol" problem? Pin
CPallini17-Jul-08 23:02
mveCPallini17-Jul-08 23:02 
QuestionRe: vc6, windows xp2, ::PathFileExists ::PathApend link "unresolved external symbol" problem? Pin
fantasy121517-Jul-08 23:22
fantasy121517-Jul-08 23:22 
AnswerYou are welcome. Pin
CPallini17-Jul-08 23:37
mveCPallini17-Jul-08 23:37 
QuestionLocalization of MFC Dialog application Pin
hari_honey17-Jul-08 22:07
hari_honey17-Jul-08 22:07 
QuestionRe: Localization of MFC Dialog application Pin
Rajesh R Subramanian18-Jul-08 1:29
professionalRajesh R Subramanian18-Jul-08 1:29 
AnswerRe: Localization of MFC Dialog application Pin
hari_honey18-Jul-08 2:15
hari_honey18-Jul-08 2:15 
GeneralRe: Localization of MFC Dialog application Pin
Rajesh R Subramanian18-Jul-08 2:28
professionalRajesh R Subramanian18-Jul-08 2:28 
AnswerRe: Localization of MFC Dialog application Pin
ThatsAlok18-Jul-08 1:44
ThatsAlok18-Jul-08 1:44 
QuestionQuestion on article "Print Class Library" Pin
Le@rner17-Jul-08 20:29
Le@rner17-Jul-08 20:29 
AnswerRe: Question on article "Print Class Library" Pin
CPallini17-Jul-08 21:29
mveCPallini17-Jul-08 21:29 
Question[Message Deleted] Pin
C++myLife17-Jul-08 20:10
C++myLife17-Jul-08 20:10 
GeneralRe: Regarding assigning a drive letter to a partition Pin
Matthew Faithfull17-Jul-08 23:28
Matthew Faithfull17-Jul-08 23:28 
QuestionRe: Regarding assigning a drive letter to a partition Pin
David Crow18-Jul-08 10:14
David Crow18-Jul-08 10:14 

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.