給《STAR WARS:中隊爭雄》飛行員的五個建議   Cyberpunk 2077最新情報 Night City Wire: Episode 2公開   玩轉Minecraft?首場虛擬紅館互動演唱會即將登場   Naughty Dog針對《The Last of Us Part II》拍照模式公開指導秘訣   和風幻想RPG-陰陽師Onmyoji與熊本熊合作活動第3彈開始了!   因新型冠狀病毒(COVID-19)的影響「SNK World Championship」將延期舉辦   不需「跳繩」也能「跳繩」。Nintendo Switch《Jump Rope Challenge》期間限定免費下載!   人氣遊戲最大30%OFF!日本My Nintendo Store將舉辦「Nintendo Switch サマーセール 2020」優惠活動! 

Cppcheck 1.64 免安裝版 – C/C++原始碼分析工具


C/C++原始碼分析工具 – Cppcheck,內建於「Code::Blocks」並提供Visual Studio、Eclipse等程式開發工具套件,有別於其他編譯器,它不偵測原始碼中的語法錯誤!主要是偵測一般編譯器無法檢查出來的問題,也就是真正的原始碼錯誤,例如:檢查是否超出邊界、檢查每一個Class的原始碼、檢查安全性異常、檢查記憶體洩漏、警告是否使用過時的功能、檢查STL的無效使用、檢查未初始化的變數及未使用的功能。(阿榮)(下載
官方網站:Cppcheck可攜版
軟體性質:自由軟體(免費)
介面語言:英文(支援多國語系)
系統需求:Windows 8/7/Vista/XP(32及64位元)

Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives):
– Out of bounds checking
– Check the code for each class
– Checking exception safety
– Memory leaks checking
– Warn if obsolete functions are used
– Check for invalid usage of STL
– Check for uninitialized variables and unused functions

阿榮評語:
[2014.03.31] 要單獨檢查「*.cpp」或「*.c」時要用下拉式選單「Check」→「Files…」,也支援命令模式(如:cppcheck azo.cpp)。

[官方載點]

下載連結→ [按此下載免安裝版]

Source: azofreeware.com

相關文章