会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
WFApple
博客园
首页
新随笔
联系
订阅
管理
2016年8月31日
c __cplusplus详解
摘要: Code:#ifdef __cplusplusextern "C" { #endif ... #ifdef __cplusplus} #endif 解释:1.c++中定义了__cplusplus,C语言中没有该定义。即:识别是c代码还是c++代码。 如下段代码: #include <stdio.h>
阅读全文
posted @ 2016-08-31 11:15 WFApple
阅读(6406)
评论(1)
推荐(2)
编辑
公告