随笔分类 -  C/C++

从C/C++开始......
摘要:智能指针、转换构造函数与类型转换函数... 阅读全文
posted @ 2018-12-08 10:49 PyLearn 阅读(2650) 评论(0) 推荐(0)
摘要:函数对象、重载赋值操作符(深拷贝)、string类的疑问... 阅读全文
posted @ 2018-12-07 22:35 PyLearn 阅读(388) 评论(0) 推荐(0)
摘要:C++标准库、字符串类、数组操作符的重载... 阅读全文
posted @ 2018-12-07 21:23 PyLearn 阅读(858) 评论(0) 推荐(0)
摘要:操作符重载... 阅读全文
posted @ 2018-12-07 17:35 PyLearn 阅读(259) 评论(0) 推荐(0)
摘要:友元、类中的函数重载 阅读全文
posted @ 2018-12-07 15:46 PyLearn 阅读(437) 评论(0) 推荐(0)
摘要:构造函数与半成品对象、二阶构造模式 阅读全文
posted @ 2018-12-07 14:19 PyLearn 阅读(636) 评论(0) 推荐(0)
摘要:静态成员变量、静态成员函数 阅读全文
posted @ 2018-12-07 12:57 PyLearn 阅读(547) 评论(0) 推荐(0)
摘要:临时对象、const对象 阅读全文
posted @ 2018-12-07 11:51 PyLearn 阅读(474) 评论(0) 推荐(0)
摘要:初始化列表与局部对象、堆对象、全局对象构造顺序、析构顺序... 阅读全文
posted @ 2018-12-06 21:34 PyLearn 阅读(1591) 评论(0) 推荐(0)
摘要:构造函数、重载、无参构造函数、拷贝构造函数... 阅读全文
posted @ 2018-12-06 16:53 PyLearn 阅读(459) 评论(0) 推荐(0)
摘要:默认访问级别、默认继承方式 阅读全文
posted @ 2018-12-06 13:00 PyLearn 阅读(421) 评论(0) 推荐(0)
摘要:const——常量?只读变量?、引用——指针?语言?编译器? 阅读全文
posted @ 2018-12-06 11:22 PyLearn 阅读(311) 评论(0) 推荐(0)
摘要:动态内存分配、命名空间、强制类型转换 阅读全文
posted @ 2018-12-06 10:00 PyLearn 阅读(296) 评论(0) 推荐(0)
摘要:默认参数与函数重载、重载与指针、C++与C相互调用...... 阅读全文
posted @ 2018-12-05 21:41 PyLearn 阅读(518) 评论(0) 推荐(0)
摘要:函数参数的默认值、规则与函数占位参数... 阅读全文
posted @ 2018-12-05 19:38 PyLearn 阅读(290) 评论(0) 推荐(0)
摘要:常量与宏、内联函数、注意事项... 阅读全文
posted @ 2018-12-05 18:36 PyLearn 阅读(443) 评论(0) 推荐(0)
摘要:const引用、引用的意义与本质、函数返回引用... 阅读全文
posted @ 2018-12-05 16:02 PyLearn 阅读(772) 评论(0) 推荐(0)
摘要:布尔类型、三目运算符、引用... 阅读全文
posted @ 2018-12-05 14:54 PyLearn 阅读(1183) 评论(0) 推荐(0)
摘要:C语言与C++中的const、C++中的const与宏定义... 阅读全文
posted @ 2018-12-04 20:30 PyLearn 阅读(299) 评论(0) 推荐(0)
摘要:变量声明、register、全局变量、struct、int f() 与 int f(void) 的区别...... 阅读全文
posted @ 2018-12-04 18:15 PyLearn 阅读(560) 评论(0) 推荐(0)