Software Details:
Version: 0.2.5
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 162
cppclean should prove pretty valuable if a programmer is getting errors in his code and can't find their source, or simply wants to improve the overall performance and speed.
This project is a continuation of an older, now unpublished project called CppClean.
Features:
- Find unnecessary classes
- Find unnecessary functions
- Find unnecessary includes (header files)
- Find undeclared function definitions
- Find global/static data with potential problems when using threads
- Find classes with virtual methods, no virtual destructor, and no bases
Comments not found