Big Black Friday / Cyber Monday Super-Deal Shop Early

Discover C++Builder 12.2 with David Millington Save Your Seat

Winter Webinars 2024 with Ian Barker Save Your Seat

RAD Studio 12.2 est maintenant disponible ! En savoir plus…

Ready to take your apps to the next level? Upgrade to Enterprise today. Contactez le service commercial

Découvrez les nouveautés de RAD Studio 12.2 Athens REGARDEZ LA REDIFFUSION

Delphi 12 and C++Builder 12 Community Editions Released! En savoir plus…

InterBase 2020 Update 6, released! En savoir plus…

Découvrez la toute nouvelle Getit Page

Rabais importants disponibles sur InterBase 2020 pour les OEM ou les VAR – Contactez le service commercial

Renouvelez votre licence d'Update Subscription maintenant En savoir plus…

Téléchargez gratuitement CPP Check


By filling and submitting this form you understand and agree that the use of Embarcadero’s website is subject to the General Website Terms of Use. Additional details regarding Embarcadero’s collection and use of your personal information, including information about access, retention, rectification, deletion, security, cross-border transfers and other topics, is available in the Privacy Policy.

What you get with CPP Check

CPP Check is a free and open-source static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behavior and dangerous coding constructs. CppCheck works with C++Builder, Dev-C++ and any other C/C++ tool, to analyze your C/C++ code even if it has non-standard syntax (as found in embedded projects).

CPPCheck offers the following supported checks:

  • Automatic variable checks
  • Bounds checks for array overruns
  • Classes checks
  • Checks for use of deprecated or superseded functions
  • Exception safety checks
  • Memory allocation and destructor checks
  • Memory leak checks
  • Resource leaks checks
  • Checks for invalid usage of STL functions and idioms
  • Dead code elimination
  • Stylistic and performance errors