Using cppcheck for C & C++ Static Analysis

preview_player
Показать описание

0:05 - What is Static Analysis
0:16 - Installing on Cygwin & Linux
0:46 - Using cppcheck to find possible issues with the code
1:10 - Examining cppcheck results
2:40 - Using the cppcheck Windows GUI version
Рекомендации по теме
Комментарии
Автор

Hello, I wonder if cppcheck can check the variables not initialized error in these 3 cases (C/C++):
+ Initialized in constructor
+ Initialized in a function, which calls in the constructor
+ Initialized in scope of function

datnguyencong