2018-03-17
##Cppcheck简介
##安装方式
Debian: sudo apt-get install cppcheck
Fedora: sudo yum install cppcheck
Mac: brew install cppcheck
##使用方式
warning :cppcheck –enable=warning file.c performance :cppcheck –enable=performance file.c information :cppcheck –enable=information file.c all :cppcheck –enable=all
我的微博van1988ch