摘要: The C++ 'const' Declaration: Why & HowThe 'const' system is one of the really messy features of C++.It is simple in concept: variables declared with ‘... 阅读全文
posted @ 2015-10-20 23:13 Jonas0608 阅读(204) 评论(0) 推荐(0) 编辑
摘要: C++目录1 开始学习C++ 41.1 C++的头文件 41.2 命名空间 41.3 更严格的类型转化 41.4 new和delete 41.5 内联函数 41.6 引用 51.7 函数的重载 52 类和对象 62.1 C++类成员的保护 62.2 C++类的本质 62.3 类的作用域 62.4 类... 阅读全文
posted @ 2015-10-20 11:12 Jonas0608 阅读(189) 评论(0) 推荐(0) 编辑