Commit b55d333a authored by lubin's avatar lubin 💬

add interview info for C/C++

parents
Pipeline #3930 canceled with stages
01: 关键字
(1) auto
(2) explicit
(3) noexcept
02: sizeof 和 strlen 的区别
03: C 语言的关键字 static 和 C++ 的关键字 static 有什么区别
(1) 静态成员函数->成员
(2) 函数->静态成员
04: C中的 malloc 和C++中的 new 有什么区别
05: inline 作用
06: 编译器分配默认构造函数
07: 虚函数 virtual
(1) 虚函数
(2) 纯虚函数
(3) 原理
08: 右值
(1) move
(2) return
09: 智能指针
(1) shared_Ptr
(2) unique_ptr
10: 拷贝构造函数和赋值运算符
(1) 调用发生
(2) 避免深拷贝
11: string 越界判断
(1) [] at()
12: vector 迭代器失效
(1) 原理
13: operator重载()
14: bind返回
15: lambda表达式
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment