A cool project idea.
The project would be called Iterate
The idea is simple: create a code analyzer which counts the lines of code in multiple files, with or without comments (user's choice). It can save all the filepaths in a single file with the extension '.ipr', so instead of having to load everything back in manually, you just open the Iterate project (.ipr), and add additional files.
It would be done in C++, a Google code project, and open source. Would anyone like to help with this project?
I got the idea when I was looking for a competent free source code counter. I could only find one or two, but they weren't that great. It shouldn't be that hard of a project to complete... the biggest problem would be the GUI, which could be solved by using Qt4.
|