《Disney +》 迪士尼、Marvel、彼思、星球大戰…  今天發售!「街頭霸王V 」發售紀念活動開始!   PlayStation.Blog偕同一眾好友獻上季節祝賀   HyperX將於日本發售「SoloCast USB麥克風」!預購抽籤登記活動開始   來自月華的劍士前來參戰《侍魂 曉》!「高嶺響」預告短片&發布日公開!   Nintendo Switch版「Apex英雄」即日起開放下載!你的SD記憶卡準備好了嗎?   單刀直入新《NieR Replicant ver.1.22474487139…》遊戲畫面   「BIOHAZARD」惡靈古堡系列以”綠草”和”紅草”為印象的「入浴劑」在CAPCOM STORE由8月13日開始限定發售!   「生化危機」系列的「克里斯·雷德菲爾」和「吉兒·華倫泰」於「Fortnite」登場! 

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

隨機商業新聞