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

您现在的位置是:虫虫源码 > C/C++/VC++ > C++语言风格的注释器

C++语言风格的注释器

  • 资源大小:5.47 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 语言 风格 注释

资 源 简 介

Simple Perl script to convert C++ style comments (i.e. //) to pure C style (/* */). Small feature: If there is a correct C style comment inside a C++ comment, it is retained and rest of a C++ comment is commented out separately. E.g. line: //old code /* very old code */ and another one is transformed into: /* old code */ /* very old code */ /* and another one */
VIP VIP
0.185932s