Click here to Skip to main content
15,882,163 members
Articles / Programming Languages / C++

Project Line Counter Add-In v2.10 for VS.NET and VC6

Rate me:
Please Sign up or sign in to vote.
4.92/5 (38 votes)
29 Jun 2003 447.5K   5.3K   142  
Get statistics about your source code with a click of a button
<html>
<head>
<link rel="stylesheet" href="helpmain.css">
<title>Welcome to Project Line Counter</title>
</head>
<body >
<Object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
	<param name="Keyword" value="Welcome">
</OBJECT>
<h1>Welcome to Project Line Counter</h1>
<p>
The Project Line Counter is a Visual C++ add-in that can count the amount of source code lines in your project.
</p>
<p>Line counting statistics include:
<ul style="list-style:url(arrowrt.gif)">
	<li>Total number of (source code) lines.</li>
	<li>C/C++ style comments: (optional)
		<ul style="list-style:url(); list-style:square">
		<li>Number of lines with comments.</li>
		<li>Number of mixed lines (lines with both comments and source code).</li>
		</ul>
	</li>
	<li>Number of blank lines (optional).</li>
</ul>
</p>

<p>&nbsp;</p>

<p>Line Counter (besides being truly functional) is a demo/proof of concept
application for demonstrating various technologies:<br>
<ol>
	<li>Redistributable components from WndTabs (pluggable online help, registry
	    configuration, etc.)</li>
	<li>The Add-In Communication Library.</li>
	<li>Joshua Jensen's Workspace Whiz! Interface.</li>
</ol>
For further information, refer to the <a href="tech.html">Technology Overview</a>
section of this help file.



<!-- make sure this file's included by the help compiler: -->
<img src="arrowrt.gif" style="display:none">
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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


Written By
Experion
Canada Canada
You may know Oz from his WndTabs days. Oz has long since left client side development to work on web technologies and to consult in the R&D management field.

Comments and Discussions