Advertisement

Little thing

Started by July 15, 2001 07:12 PM
1 comment, last by DogED 23 years, 7 months ago
Just a stupid question, but is there any way to count the number of lines of code quickly in MSVC++ 6? DogE.D
Scroll down to the bottom of your code, and put the cursor at the last line. Then it will tell you in the status bar. You have to do this for every file in the project if you want to know exactly how many lines it is. Or, you could take the easy way like me, and write a program that counts the lines in a project for you.
Advertisement
I happen to use a Visual Studio add-in for just that purpose. It gives you code and comment line totals for all files in your project; it''s really quite great. Allegedly, the official site is http://www.wndtabs.com.

This topic is closed to new replies.

Advertisement