Forgot your password?
typodupeerror

Submission + - What tools to cleanup a large C/C++ project?

An anonymous reader writes: I find myself in the uncomfortable position of having to 'cleanup' a relatively large C/C++ project. We are talking ~200 files, 11MB of source code, 220K lines of code...

A superficial glance shows that they are a lot of functions that seems to be doing the same things, a lot of 'unused' stuff and a lot of inconsistency between what is declared in .h files and what is implemented in the corresponding .cpp files.

Is there any tools that will help me catalog this mess and make it easier for me to locate/erase unused things, cleanup .h files, find functions with similar names?

Slashdot Top Deals

Your own mileage may vary.

Working...