Click here to Skip to main content
Click here to Skip to main content

Counting Lines in a MS VC++ 6.0 project

By , 4 Aug 2001
 

Sample Image - LineCounter.gif

Introduction

Ever wondered how many lines a project you have worked on for a month (or maybe for a year!)? Well, we did this for you :)

This program (LineCounter) was developed with one purpose only: to count your lines!

The program is able to count source code, comments (both styles: "// comment" and "/* comment */"), and blank lines. It shows the results in a couple of editboxes, and has a preview window (right click on the list).

The program opens the project file (.dsp) and throws it through the parsing code. After parsing is done the list of project files is steped-by-step and lines are counted.

That's it! The source code is pretty self explanatory, so I guess you'll manage.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

_declspec
United States United States
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralMy vote of 3 Pinmemberjyl_hrb17 Apr '11 - 21:41 
good
Questionhow to use the code counter in perl? Pinmembermoaweah naser17 Jul '07 - 20:27 
AnswerRe: how to use the code counter in perl? PinmemberAS-codeproject14 Aug '07 - 12:09 
GeneralSome Modifications I would suggest PinmemberRay Steel13 Oct '04 - 13:44 
Generalthis is definitely a useful tool, and... PinmemberZhefu Zhang2 Dec '03 - 8:10 
GeneralRe: this is definitely a useful tool, and... PinsussAnonymous16 Sep '04 - 22:05 
Generalyour program is not counting lines correctly Pinmemberevilman1 Feb '03 - 9:33 
Questionwhy? PinmemberIvan Tsygoulyov24 Dec '02 - 23:24 
GeneralMmmmh... PinmemberRage26 Nov '02 - 4:45 
Questiondoes anyone really need this? Pinmemberkokie19 May '02 - 9:03 
AnswerRe: does anyone really need this? PinmemberDoug Kimzey20 May '02 - 9:27 
GeneralRe: does anyone really need this? PinmemberPerFnurt6 Feb '04 - 15:24 
AnswerRe: does anyone really need this? PinmemberAnonymous28 May '02 - 13:45 
AnswerRe: does anyone really need this? PinmemberNelno18 Dec '02 - 15:27 
GeneralRe: does anyone really need this? PinmemberDimitris Vassiliades19 Mar '03 - 8:40 
GeneralIt is not bad, Indeed it is much useful than that upstair guy whose article is 3- pt PinmemberZhefu Zhang11 Nov '03 - 11:11 
GeneralHmm, .dsw PinmemberRazvan Marcus12 Dec '01 - 3:19 
GeneralGood work PinmemberRejeesh.T.S8 Aug '01 - 23:09 
QuestionAnd those constructions? PinmemberAnonymous6 Aug '01 - 11:19 
GeneralTeacher caught me using Java... PinmemberStephen Kellett6 Aug '01 - 11:01 
GeneralRe: Teacher caught me using Java... Pinmemberck6 Aug '01 - 11:20 
GeneralRe: Teacher caught me using Java... PinmemberPaul Evans25 Mar '03 - 5:41 
QuestionIt's a dupe? PinmemberGeorge5 Aug '01 - 16:46 
AnswerRe: It's a dupe? Pinmember_declspec5 Aug '01 - 21:25 
GeneralRe: It's a dupe? PinmemberBrian V Shifrin6 Aug '01 - 12:06 
GeneralRe: It's a dupe? PinmemberGeorge7 Aug '01 - 1:15 
GeneralRe: It's a dupe? PinmemberGeorge7 Aug '01 - 1:16 
GeneralRe: It's a dupe? PinmemberDaniel Turini22 Nov '01 - 6:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 5 Aug 2001
Article Copyright 2001 by _declspec
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid