46
I Use This!
Very High Activity

Ratings and Reviews

Analyzed 1 day ago. based on code collected 2 days ago.
Community Rating
4.71429
   

Average Rating:   4.7/5.0
Number of Ratings:   14
Number of Reviews:   1

My Review of cppcheck

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
 New Review

Most Helpful Reviews

DarwinNE says:
Wonderful tool for static checki...  
5.0
 
written over 10 years ago

I am regularly using static checking of the code I write. For C++, I tried cppcheck for a project dedicated to the simulation of electromagnetic field propagation in a structure. I was pleased to see that I was able to compile and run cppcheck in a few minutes. It effectively found a few issues in the code and allowed me to fix it quite rapidly.
Static checking does not allow to find every possible issue, but tools like cppcheck are definitely worth using, in conjunction with dynamic test software such as valgrind.

Did this review help you? |

Most Recent Reviews

DarwinNE says:
Wonderful tool for static checki...  
5.0
 
written over 10 years ago

I am regularly using static checking of the code I write. For C++, I tried cppcheck for a project dedicated to the simulation of electromagnetic field propagation in a structure. I was pleased to see that I was able to compile and run cppcheck in a few minutes. It effectively found a few issues in the code and allowed me to fix it quite rapidly.
Static checking does not allow to find every possible issue, but tools like cppcheck are definitely worth using, in conjunction with dynamic test software such as valgrind.

Did this review help you? |