Cppcheck is an static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).

Download

Download Now! Version 1.55 for Windows

You can download the standalone Cppcheck from our project page or add it as a plugin for your favorite IDE:

There is no plugin for Visual Studio, but it is possible to add Cppcheck as an external tool.

Features

News

set_feed_url('http://sourceforge.net/export/rss2_projnews.php?group_id=195752'); $feed->set_cache_location('./site/simplepie/cache'); $feed->init(); print("\n"); ?>

View all news…

Documentation

You can read the manual or download some articles.

Support