【全文大纲】 : https://blog.csdn.net/Engineer_LU/article/details/135149485
1 . 前言
- 深入浅出C++语言,以下链接为C++具体内容详解,全部个人原创
- C++ namespace命名空间详解
- C++ 多态向上转型
- C++ 多态向下转型
- C++ 类的内存排布
- C++ 重载与重写
- C++ 运算符重载
- C++ 模板
2 . C++关键字
| asm | do | if | return | typedef |
|---|---|---|---|---|
| auto | double | inline | short | typeid |
| bool | dynamic_cast | int | signed | typename |
| break | else | long | sizeof | union |
| case | enum | mutable | static | unsigned |
| catch | explicit | namespace | static_cast | using |
| char | export | new | struct | virtual |
| class | extern | operator | switch | void |
| const | false | private | template | volatile |
| const_cast | float | protected | this | wchar_t |
| continue | for | public | throw | while |
| default | friend | register | true | |
| delete | goto | reinterpret_cast | try |
3 . C++语言运算符优先级

4 . 语法应用
以下链接的博文全部 个人原创,由于C++的内容较多,因此拆分出以下分篇,点击可跳转对应博文,以下各分篇作者精心编写,简洁且清晰
5. 小结 :
C++相对C来说多了面向对象的特性,而面向对象的特点是继承,多态,封装,主要引入了类这个概念,而类相当于C的结构体声明而未定义的阶段,并且多了虚指针,虚表,类继承等概念,应用过程中根据上述链接的内容,可以构建出各对象内存交互的过程。
技术交流群 : 745662457
群内专注技术探讨,项目研究
2716

被折叠的 条评论
为什么被折叠?



