c and c++ programming
摘要:引言在用C++的项目源码中,经常会不可避免的会看到下面的代码:1#ifdef __cplusplus 2extern "C" { 3#endif 45/*...*/67#ifdef __cplusplus 8} 9#endif它到底有什么用呢,你知道吗?而且这样的问题经常会出现在面试or笔试中。下面...
阅读全文
posted @ 2014-06-13 22:31
posted @ 2014-06-13 22:31
posted @ 2014-06-03 14:05
posted @ 2014-06-03 10:22