Stream C vs. C++ C 在 C 语言中,I/O 使用 scanf(…
Design Concept C++ 运行的载体 在 CPU 上和 GPU 上跑…
Exception Badly formed code will not be …
Template 一个模板完全都是声明,应该只有 .h,而不含有 .cpp 当我…
Overloaded Operator 人生得意需尽欢——在有电的地方赶紧把电子…
Copy and Move 拷贝构造 默认拷贝 void func(Curren…
Inheritance Inheritance is to take the e…
Composition Each object has its own memo…
Inside Class 对象和类的关系 对象表示物体、概念、事件等具体的内容;…
Inside Object 在类中,有几个基础知识点: 访问控制 Access …