标题:关于条件编译的问题?
取消只看楼主
chenzhibin07
Rank: 2
等 级:论坛游民
帖 子:57
专家分:64
注 册:2013-4-10
结帖率:91.67%
已结贴  问题点数:1 回复次数:0 
关于条件编译的问题?
#include <stdio.h>
#include <stdlib.h>
 #define H 1
 
int main(int argc, char *argv[])
{ #if H
     printf("H为非0!");
  #else
     printf("H为0!");
   #endif
      
  system("PAUSE");   
  return 0;
}
搜索更多相关主题的帖子: include system return 
2013-04-11 20:30



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-403882-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.244010 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved