========= C++ check ========= Compiling Any C++ compiler should work. There are no dependencies. Linux: g++ -o cppcheck main.cpp Windows: gxx -o cppcheck main.cpp Usage Just type: cppcheck filename.cpp The error messages will be printed to stderr. Recommendations Create a shell script that checks all files.
Description
2.8r1
Latest
Languages
C++
86%
C
8.3%
Python
4%
Makefile
0.5%
CMake
0.4%
Other
0.8%