2007-05-15 16:50:22 +00:00
2007-05-15 16:50:22 +00:00
2007-05-08 15:22:36 +00:00
2007-05-07 17:31:35 +00:00
2007-05-15 16:50:22 +00:00
2007-05-15 11:19:52 +00:00
2007-05-09 06:51:44 +00:00

=========
C++ check
=========


Compiling

  Any C++ compiler should work. 
  There are no dependencies.

  Linux:
      g++ -o cppcheck cppcheck.cpp

  Windows:
      gxx -o cppcheck cppcheck.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
2022-09-22 22:21:12 +02:00
Languages
C++ 86%
C 8.3%
Python 4%
Makefile 0.5%
CMake 0.4%
Other 0.8%