Is there any code analyzer for c/c++ header file

A

Assertor

Hi, All.

I'd like to get a code analyzer (not parser) for c/c++ header file.

I've search through web, I could not.

The funcitonlaity of the analyzer is as following,
- in case of c
Can get the list of declaration of functions.
- in case of c++
Can get the list of both declaration of class and its member
function.


Plz teach me.

Gidae Yeo.
 
J

Jaspreet

Assertor said:
Hi, All.

I'd like to get a code analyzer (not parser) for c/c++ header file.

I've search through web, I could not.

The funcitonlaity of the analyzer is as following,
- in case of c
Can get the list of declaration of functions.
- in case of c++
Can get the list of both declaration of class and its member
function.


Plz teach me.

Gidae Yeo.

Hi

If you are on *nix platform you could try using cscope. Its very basic
but would serve your purpose. Remember though its a command line tool.
Google for cscope tutorials.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top