CodeGauge ====================================================================== CodeGauge lines of code counter, version 4.2 Copyright (c) 1999-2004, Harrison Ainsworth. Some rights reserved. http://www.hxa7241.org/ 2004-03-27 contents -------- * description * requirements * installation * usage * acknowledgements description ----------- windows mini-application for counting lines of source code in C++, Java or C#. * no other runtimes needed * no installation needed * does not write to the registry * does not create or modify files requirements ------------ * Windows 95 or later, or Windows NT 3.5 or later * Pentium I or equivalent AMD, or later * 2M ram * 100K disk space installation ------------ copy CodeGauge.exe to wherever. usage ----- 1) choose a language filter with the right-click menu. 2) drag and drop files or folders onto the CodeGauge window. * folders are looked in recursively for source files. * source files with the following name extensions are recognized: c cpp cxx h hpp hxx, java, cs depending on which language filter is chosen. * a line is counted as code if it contains a char that is not: a space, tab, return, newline, brace, or part of a comment. acknowledgements ---------------- * written in C++ for Win32 * edited with TextPad: http://www.textpad.com/ * built with MinGW 3.1.0 including GCC 3.4.2: http://www.mingw.org/ http://gcc.gnu.org/ * built with visual c++ toolkit 2003 and sdk