阿榮當肉」是「阿榮福利味」的附屬網站,是為讀者設計的檔案下載系統,請您點選適當的載點連結來下載!如果不會下載,首頁跟載點下方都有下載教學。[Official site: AZO Freeware]
顯示具有 Cppcheck 標籤的文章。 顯示所有文章
顯示具有 Cppcheck 標籤的文章。 顯示所有文章

官方載點 - Cppcheck

以連結至「官方下載頁」與「官方載點」為主,請按「檔案下載」後方之連結開始下載。

注意:無法下載時可能為原廠網頁問題,歡迎透過表單回報詳細狀況。

檔案下載→ [安裝版64位元] [免安裝版]

軟體說明


C/C++原始碼分析工具 - Cppcheck,內建於「Code::Blocks」並提供Visual Studio、Eclipse等程式開發工具套件,有別於其他編譯器,它不偵測原始碼中的語法錯誤!主要是偵測一般編譯器無法檢查出來的問題,也就是真正的原始碼錯誤,例如:檢查是否超出邊界、檢查每一個Class的原始碼、檢查安全性異常、檢查記憶體洩漏、警告是否使用過時的功能、檢查STL的無效使用、檢查未初始化的變數及未使用的功能。(阿榮

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

舊版載點 - Cppcheck

以蒐集阿榮福利味之舊版載點為主,點選舊版版號後會進入載點頁面,再依照教學指示即可完成下載。

注意:無法下載時可能為連結錯置問題,歡迎透過表單回報詳細狀況。

免安裝版→
[2.15] [2.14.1] [2.14] [2.13] [2.12] [2.11] [2.10] [2.9] [2.8] [2.6] [2.5] [2.4.1] [2.1] [2.0] [1.90] [1.85] [1.84] [1.83] [1.76.1] [1.70] [1.69] [1.68] [1.67] [1.66] [1.65] [1.64]

安裝版→
[2.6] [2.5] [2.4.1] [2.1] [2.0] [1.90] [1.87]


軟體說明


C/C++ 原始碼分析工具 - Cppcheck,內建於「Code::Blocks」並提供 Visual Studio、Eclipse 等程式開發工具套件,有別於其他編譯器,它不偵測原始碼中的語法錯誤!主要是偵測一般編譯器無法檢查出來的問題,也就是真正的原始碼錯誤,例如:檢查是否超出邊界、檢查每一個 Class 的原始碼、檢查安全性異常、檢查記憶體洩漏、警告是否使用過時的功能、檢查 STL 的無效使用、檢查未初始化的變數及未使用的功能。(阿榮福利味

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