Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interview
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lubin
interview
Commits
b55d333a
Commit
b55d333a
authored
Jul 06, 2022
by
lubin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add interview info for C/C++
parents
Pipeline
#3930
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
C++.txt
语言/C++.txt
+45
-0
No files found.
语言/C++.txt
0 → 100644
View file @
b55d333a
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表达式
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment