I downloaded cppcheck to analyze my C++ programs, successfuly got to work it´s gui environment but I would also like to use it from command line.
In C:\users\me\documents\main.cpp is my cpp program that I try to analyze with cppcheck. When I type cppcheck main.cpp in cmd, I only get a message saying 'cppcheck' is not recognized as an internal or external command, operable program or batch file.
Is there anything I should link my cppcheck with in order to get recognized by command line?
c++tag is for questions about c++ codecppcheckin yourPATH?