Key Details of Cppcheck

  • Analyze your c or c++ codes.
  • Last updated on April 6, 2020
  • There have been 8 updates
  • Also available on

Enlarged image for Cppcheck
Cppcheck 0/1

Developer's Description

Analyze your c or c++ codes.
Cppcheck help you to find out memory leaks, mismatching allocation-deallocation, invalid usage of STL, uninitialized variables and unused functions, obsolete functions, and buffer overrun on your c or c++ codes. Unlike C or C++ compilers 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


Explore More