首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 删除C++源文件中的注释和空格。

删除C++源文件中的注释和空格。

  • 资源大小:41.76 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 源文件 注释 空格 删除

资 源 简 介

Introduction: This tool remove C++ comments and white spaces in source files. * remove C style block comment: "/* ... */" * remove C++ sytle single line comment: "//....." * remove white space. * output stdout or a file ".decomment" 日本語解説 このツールは、ソースファイルから、C++のコメントと空白を除去します. コンパイルに影響を与えない余白をソースから除去することにより、開発量や修正規模の見積もりに役立ちます. Usage: decomment [-h?biqnsr] [-d] file1.cpp file2.cpp ... -h -? this help -b keep blank line -i keep indent spaces -q remove quoted string -n print line number of input-file -s output to stdout instend of files(*.decomment) -r recursive search under the input-file"s folder(wildcard needed) -d output to DIR fileN.cpp input-files. wildcard OK

文 件 列 表

decomment.exe
VIP VIP
0.190347s