《Disney +》 迪士尼、Marvel、彼思、星球大戰…  《Oddworld: Soulstorm》——結局多種,還能提高Quarmic分數   打機區域煥然一新!Frienbr x Saiga NAK的香薰噴霧登場!   五月份PlayStation Plus遊戲:《戰地風雲5》、《Coffee Talk》、《Wreckfest: Drive Hard, Die Last》   《Fall Guys》第4.5賽季致勝秘訣大公開   hololive 1期生 時乃空在2022年1月22日(四)舉辦演唱會 Theatrical Cover Live「Role:Play」!   騰訊收購《Ninjala》開發工作室SOLEIL之母公司「Wakeup interactive」   準備迎接PlayStation「2021 Days of Play」社群慶祝活動   不容錯過!E3 2021「SQUARE ENIX PRESENTS SUMMER SHOWCASE」發表內容統整! 

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

隨機商業新聞

Micorsoft