modify readme

This commit is contained in:
flykhan 2023-08-03 09:47:09 +08:00
parent cfd8dd3992
commit 82619cea98
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@
#### day6: 多继承(同属一个超级父类)产生的问题, 多态,抽象类, 虚函数(virtual)与纯虚函数, 接口类的多继承, override-overload-redefined 的区别, 函数模版, 普通函数与带泛型函数的区别
#### day7: 函数模板, 类模板, 类模板与友元一起使用的情况, 类型转换函数(static_cast, dynamic_cast, const_cast, reinterpret_cast)
#### day8: 异常处理, STL容器、算法、迭代器