QuoteCppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools, we don't detect syntax errors. Cppcheck only detects the types of bugs that the compilers normally fail to detect. The goal is no false positives. Cppcheck is far from finished, it is continuously improved to make it more accurate.
http://portableapps.com/apps/development/cppcheck-portable (http://portableapps.com/apps/development/cppcheck-portable)
Erol,
thank you for that link. What I'm searching is a kind of LINT for C++.
Gunther
Quote from: Vortex on June 11, 2013, 04:16:55 AMCppcheck only detects the types of bugs that the compilers normally fail to detect. The goal is no false positives.
Quote from: jj2007 on June 09, 2013, 12:11:49 AMof course there will still be some false positives
It's called "déjà vu" ;-)
Nice tool, thanks Erol :t