Search Results

13
votes

c/c++ source code visualization?

Doxygen is really excellent for this, although you will need to install GraphViz …
1
vote

finding the caller of a constructor in C++

If you're using Linux then Valgrind does everything you want and more. I find it indispensable when developing in C++. …