C/C++
北纬33度2016
硬件工程师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
#ifdef __cplusplus 倒底是什么意思?(转)
时常在cpp的代码之中看到这样的代码: #ifdef __cplusplus extern "C" { #endif //一段代码 #ifdef __cplusplus } #endif 这样的代码到底是什么意思呢?首先,__cplusplus是转载 2011-05-07 18:25:00 · 459 阅读 · 0 评论 -
一个典型的 C++ 程序员成长经历
一个典型的 C++ 程序员成长经历: 1. 完整的学一遍 C++ 所有语言特性,典型书籍 "The C++ Programming Language" Part1, Part2, "C++ Primer" 感觉 C++ 像大杂烩(多编程范型),各种精妙的语法特性 (friend, virtual/RTTI, const/mutable, exception, template转载 2012-04-02 11:47:19 · 534 阅读 · 0 评论
分享