in reply to parsing c++ and locating string in the code part

You could run your program through the C preprocessor to remove comments, and then use a perl program to locate the strings of interest.

...roboticus

  • Comment on Re: parsing c++ and locating string in the code part