代码改变世界

随笔档案-2006年3月8日

(原创)一个改自java的代码统计工具

2006-03-08 21:41 by sun@live, 837 阅读, 收藏,
摘要: 1using System; 2using System.IO; 3 4namespace CodeTell{ 5 /**//// 6 /// CodeTell 的摘要说明。 7 /// 8 9 class CodeTell 10 { 11 private int codeLines = 0, commentLines = 0... 阅读全文