C++ study

1、C++中string在string中用法

     #include <string>

     using namespace std;

2、cout在iostream头文件中用法

     #include <iostream>

3、数组析构方式为delete []arr;其中arr要指向初始地址,如中间有移动需析构前移动到出始地址。

4、多线程处理c++容器目前了解到是加锁。多线程访问对象析构时是个问题。

5、c++智能指针 share_ptr weak_ptr uniue_prt。

6、c++多线程。

7、c++网络库。

8、c++异常。

9、c++ 很多用  boost c++库,例如 jsf c++框架。

10、多重继承。

11、c++ 11 lmbda表达式。

12、virtual 方法 virtual类。

待续...

原文地址:https://www.cnblogs.com/freedommovie/p/8728485.html