Count lines of code in a project

M

Mark

Is there a way to determine how many lines of code exist in a project?
Rough estimates without having to go through page by page would be fine.
Thanks in advance.

Mark
 
B

Ben Dewey

There is a sample that comes with Visual Studio.NET

C:\ProgramFiles\VS.NET\SDK\v1.1\Samples\Applications\WordCount

Open a command prompt and type WordCount.exe path\*.cs or whatever wildcard
you would like this will output everything you should need.
 
A

AlexS

You can combine all project source files into 1 file (see copy command help)
and load it into for example in MS Word, which will calculate it for you.

HTH
Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top