6. Exercise: Use the Tools: Static Analysis cppcheck sudo apt-get install cppcheck cppcheck main.cc use cmake with cppcheck mkdir build cd build cmake .. make