1

I have a problem with using cppDepend tool. I have a source code which is written in C language and I need to draw Its dependency or call graph. cppDepend's compiler's source code extension is set to c;cpp;cxx;cc but when I want to open source codes in C, the file chooser box only let me to choose source codes in C++.

What should I do????

zari
  • 1,709
  • 1
  • 12
  • 18

1 Answers1

0

In Linux? Why don't you use other options? Hast to be cppDepend? Look at cflow, callgrind (my favorite), or even gperf (which outputs a callgraph in graph form!)

Dervin Thunk
  • 19,515
  • 28
  • 127
  • 217
  • No in Windows. I used some other tools and I can't draw my purposed diagram. I tried cflow but it didn't work again!!! Ok I will try the tools you mentioned. Thanks a lot. – zari Dec 31 '12 at 14:59