Introduction - If you have any usage issues, please Google them yourself
CppCheck is a C/C++ code defect static checking tool. Unlike the C/C++ compiler and other analysis tools, CppCheck checks only the bug that the compiler does not check, and does not check the syntax errors. The so-called static code check is to use a tool to check whether the code we write is safe and robust, and whether there is a hidden problem.