[comp.lang.c] In search of a program!

ahmad@d.cs.okstate.edu (AHMAD IMTIAZ) (08/29/90)

I am a graduate student at Oklahoma State.  Now-a-days I am working on my
thesis.  My thesis topic is related to software engineering. 

I am looking for a program in C (pc or mainframe version) which counts atleast 
the number of operators and operands in a program and generate a report.

I have a program called PC-Metric that generates a report with accumulated
total number of operators and operands, but it does not generate any report
that depicts  the operators or operands names and their total number of 
occurences in a program.  I know I can use commands like  cflow  or ctrace to figure out
the individual operators and operands occurences in a program, but since I have to analyze too many programs it is almost impossible for me to use this commnad.

Any reference to such program(s) will be appreciated.  Thank you in advance.

Ahmad
@d.cs.okstate.edu