in Visual Basic i have an add-in that counts the number of lines of code in every file in my project.
Can i get a 'number of lines of code' counter for Visual C++ ?
Printable View
in Visual Basic i have an add-in that counts the number of lines of code in every file in my project.
Can i get a 'number of lines of code' counter for Visual C++ ?
Do a multiple-file search for newlines :)
I don't have VC installed right now, but I think you can ask for a special character.
Ill post one for you tomorrow, or you can do a search for "Project Line Counter" on just about any search engine. Thats the one I use =).
Z.