An open API service indexing awesome lists of open source software.

https://github.com/yifengyou/learn-cpp

C++学习笔记~汇编C++
https://github.com/yifengyou/learn-cpp

answer cpp note structured-data study

Last synced: 11 months ago
JSON representation

C++学习笔记~汇编C++

Awesome Lists containing this project

README

          

# CPP学习笔记

## 本仓库内容

1. 汇编C++语言
2. C++语言相关面试题解析

```
Something I hope you know before go into the coding~
First, please watch or star this repo, I'll be more happy if you follow me.
Bug report, questions and discussion are welcome, you can post an issue or pull a request.
```

## 相关站点

* GitHub地址:

* GibBook地址:

## 目录

* [CPP简介](docs/introduction/CPP简介.md)
* [C++历史大事件](docs/introduction/C++历史大事件.md)
* [CPP对C的扩展](docs/extend/README.md)
* [类型增强](docs/extend/类型增强.md)
* [输入与输出](docs/extend/输入与输出.md)
* [函数重载](docs/extend/函数重载.md)
* [操作符重载](docs/extend/操作符重载.md)
* [默认参数](docs/extend/默认参数.md)
* [引用](docs/extend/引用.md)
* [new&delete](docs/extend/new&delete.md)
* [内联函数](docs/extend/内联函数.md)
* [类型强转](docs/extend/类型强转.md)
* [命名空间](docs/extend/命名空间.md)
* [系统String类](docs/extend/系统String类.md)
* [基本数据类型](docs/basictype/README.md)
* [运算符](docs/operator/README.md)
* [控制结构](docs/control/README.md)
* [函数](docs/function/README.md)
* [指针](docs/pointer/README.md)
* [数组](docs/array/README.md)
* [引用](docs/reference/README.md)
* [类和对象](docs/classAndObject/README.md)
* [封装](docs/classAndObject/封装.md)
* [继承与派生](docs/inheritAndDerive/README.md)
* [继承](docs/inheritAndDerive/继承.md)
* [多态](docs/polymorphism/README.md)
* [多态的本质](docs/polymorphism/多态的本质.md)
* [预处理器指令](docs/preprocessor/README.md)
* [模板](docs/templates/README.md)
* [STL](docs/STL/README.md)

## 参考书目

![1527159446734.png](image/1527159446734.png)

![1527159575717.png](image/1527159575717.png)

## 思维导图

![1533215028080.png](image/1533215028080.png)

![1533215046980.png](image/1533215046980.png)

## C++之父给 C 程序员的建议

![1527164443425.png](image/1527164443425.png)

## 如何分享自己的东西

你可以直接把想添加的内容发在 issues 里(想象成论坛的帖子), 我会添加进去
或者Fork这个项目, 修改后再发起Pull Request来合并修改。

## 总结

```
1. 懂汇编的娃才能学好C语言~
2. 基础永远值得花费90%的精力去学习加强~
```