Welcome to Project Line Counter
The Project Line Counter is a Visual C++ add-in that can count the amount of source code lines in your project.
Line counting statistics include:
- Total number of (source code) lines.
- C/C++ style comments: (optional)
- Number of lines with comments.
- Number of mixed lines (lines with both comments and source code).
- Number of blank lines (optional).
Line Counter (besides being truly functional) is a demo/proof of concept
application for demonstrating various technologies:
- Redistributable components from WndTabs (pluggable online help, registry
configuration, etc.)
- The Add-In Communication Library.
- Joshua Jensen's Workspace Whiz! Interface.
For further information, refer to the Technology Overview
section of this help file.