
C++
Snip_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
类指针和类对象的区别
比较全面的总结了类对象和类指针使用的不同,感谢原作者,转载地址:http://blog.youkuaiyun.com/qq527249973/article/details/5970301 如下程序:#include #include using namespace std;class Student{ public: static int转载 2014-11-29 14:03:37 · 449 阅读 · 0 评论 -
“#if 0/#if 1 ... #endif”的作用
“#if 0/#if 1 ... #endif”的作用今看到一帖子,讨论“#if 0/#if 1 ... #endif”的作用,感觉不错,故拿来分享。原帖地址:http://www.ourdev.cn/bbs/bbs_content.jsp?bbs_sn=2028608&bbs_page_no=1005&bbs_id=99991、先说“#if 0/#if 1 ... #en转载 2016-10-08 09:41:35 · 313 阅读 · 0 评论