⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmtconvr.txt

📁 国外网站上的一些精典的C程序
💻 TXT
字号:
This is the new C++ release of my comment utilities, a C version of which wasalready in a previous SNIPPETS release. There is not much documentation -- Ihope the code speaks for itself.The "heart" of the program is implemented as a finite state machine which parses the source files and also is an abstract base class for all the utilities.There are four utilities:  CMTCONVR - comment converter: converts C++ comments to C comments.  CMTCOUNT - comment counter: checks the balance of /* */ and counts             commented lines.  CMTREMOV - comment remover: removes comments from a source file             (output file contains plain code)  CMTXTRAC - comment extractor: extracts comments from source file             (output file contains all comments)The package contains also a test file, CMTTESTS.C which has a bunch ofdifferent styles of commenting -- some of which are quite perverse :-)        // Albert                      email: jla@to.icl.fi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -