以連結至「官方下載頁」與「官方載點」為主,請按「檔案下載」後方之連結開始下載。
注意:無法下載時可能為原廠網頁問題,歡迎透過表單回報詳細狀況。
檔案下載→ [安裝版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
注意:無法下載時可能為連結錯置問題,歡迎透過表單回報詳細狀況。
免安裝版→
[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