Re: Project line counting
Why do you need to know how many lines of code your project contains? The figure you obtain will at best be only partially reliable and by no means correlates to the quality, success and reliability of the project/application.
Re: Project line counting
I agree with VisualAd.
You can also write several statments on 1 line if you want to cheat (enhance your line count productivity rate)
but if you have to M-Z tools is able to count line numbers per sub/function
(at least in VB 6.0, I haven't purchased it for .Net)
Re: Project line counting