码迷,mamicode.com
首页 > 编程语言 > 详细

c++ 注释

时间:2014-07-23 13:44:17      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:#if 0 #endif

  1. c++嵌套注释是有问题的

    /*dkfks

    int i=0;

    /*lsdfk

    int j=0;

    */

    int h=0;

    */

    如果 #if(0)  

    int i=0;

    int j=0;

    int h=0;

    #endif   利用预处理的方式,从逻辑上注释代码

c++ 注释

标签:#if 0 #endif

原文地址:http://cuithzw.blog.51cto.com/4877508/1441704

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!