cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Are there some software to check code qu
Are there some software to check code quality
Oct 30, 2008 at 3:39pm UTC
learning cpp
(9)
Hello,
I am wondering if there are some open source software to check the source code qualities? for example, function calls, memory consumptions, etc
Thanks!
Nov 2, 2008 at 1:02pm UTC
xjtufofo
(6)
valgrind on linux. You can do memory profiling and call graph.
Topic archived. No new replies allowed.