April 2020
Intermediate to advanced
412 pages
9h 58m
English
We are going to create a simple program and run one of the many open source code analyzers that are available to check for potential issues. Follow these steps:
# apt-get install cppcheck
# su - user$
$ cppcheck --std=posix --enable=warning returns.cpp