¡@

Home 

c++ Programming Glossary: cppcheck

What open source C++ static analysis tools are available? [closed]

http://stackoverflow.com/questions/141498/what-open-source-c-static-analysis-tools-are-available

found or suggested by others. C Check http sf.net projects cppcheck Oink http danielwilkerson.com oink index.html C and C Code Counter..

tools to determine memory leak in a c/c++ code

http://stackoverflow.com/questions/5195220/tools-to-determine-memory-leak-in-a-c-c-code

If you're talking about static analysis then there's cppcheck among many others If you're talking about a runtime checker..

c++, usleep() is obsolete, workarounds for Windows/MingW?

http://stackoverflow.com/questions/5801813/c-usleep-is-obsolete-workarounds-for-windows-mingw

obsolete usleep . But my goal is to fix all warnings that cppcheck gives me including the usleep style warnings. So is there a.. loads of new dependencies libraries Thanks. c windows cppcheck usleep share improve this question usleep works with microseconds...

C/C++ Free alternative to Lint? [closed]

http://stackoverflow.com/questions/632057/c-c-free-alternative-to-lint

c c code analysis lint share improve this question Try cppcheck found here http cppcheck.wiki.sourceforge.net Here's a sampling.. share improve this question Try cppcheck found here http cppcheck.wiki.sourceforge.net Here's a sampling of some of the checks..

Why is there no gcc/g++ warning for unused temporaries?

http://stackoverflow.com/questions/6518337/why-is-there-no-gcc-g-warning-for-unused-temporaries

warning. Something like Unused temporary . Even worse cppcheck wouldn't recognize this mistake either. cppcheck a c c code.. worse cppcheck wouldn't recognize this mistake either. cppcheck a c c code analysis tool http sourceforge.net apps mediawiki.. c c code analysis tool http sourceforge.net apps mediawiki cppcheck index.php title Main_Page Gcc issues warnings on unused variables...