
1arryb
User
May 8, 2009, 1:27 PM
Post #2 of 2
(1132 views)
|
|
Re: [SomeshSaraf] Find C/C++ Function definitions/prototype
[In reply to]
|
Can't Post
|
|
Hi Somesh, Try googling "perl c++ parser". I did and it looks like the easiest way might be to run your c++ header files through ctags or gcc-xml then deal with that output in your perl program. C++ parsing is non-trivial: don't try it at home. Good luck, Larry
|