8e568a1fd0
* Deactivated some warnings to make the output more interesting |
||
---|---|---|
internaltesting | ||
testclass1 | ||
testclass2 | ||
testclass4 | ||
testclass7 | ||
testclass8 | ||
testclass10 | ||
testdelete1 | ||
testfunc2 | ||
testfunc3 | ||
testh1 | ||
testh2 | ||
testh5 | ||
testmemcheck1 | ||
testmemcheck2 | ||
testmemcheck3 | ||
testmemset1 | ||
warnclass12 | ||
warnstdfunc1 | ||
Makefile | ||
checknpp.bat | ||
cppcheck.bpf | ||
cppcheck.bpr | ||
cppcheck.res | ||
internaltesting.bat | ||
main.cpp | ||
readme.txt |
readme.txt
========= 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.