Multimedia |
Messengers |
Desktop |
Development |
Education |
Games |
Graphics |
Networking |
Security |
Servers |
Utilities |
Web Dev
Home ›
Development ›
cppcheck
cppcheck
By Daniel Marjamäki
Rating:
4/5 (2)
License type:
Open source
Home page:
cppcheck.sourceforge.io
Latest version:
2.12
Last updated:
November 18th, 2024
This review applies to version 1.5.
With cppcheck you can make a static analysis of C/C code. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more. The goal is 0% false positives. Cppcheck...