Yezi
Cards
C++
Python
设置
主题 Theme
Master_Programming_Keywords
<
C++
Vocabulary
点我试试
/>
卡片化记忆高频关键词与核心语法,系统化建立编程知识框架
和叶子一起在
参与每日打卡!
点击领取免费测评课程,获取一对一信奥学习规划和
叶子的C++学习资料包
控制结构
Control Structures
if
else
for
while
do
break
continue
switch
case
return
基本类型
Basic Types
int
short
long long
char
float
double
bool
true
false
void
nullptr
auto
指针
数据结构
Data Structures
数组
字符数组
二维数组
结构体数组
运算符
Operators
位运算
逻辑运算符
赋值运算符
算术运算符
运算符重载
关系运算符
自增自减
三目运算符
输入输出
Input/Output
cout
cin
printf
scanf
setprecision
endl
头文件
Headers
include
iostream
iomanip
algorithm
cmath
cctype
climits
面向对象
Object Oriented
struct
class
public
private
friend
this
函数
Functions
main
sizeof
max
min
abs
pow
sqrt
rand()/srand()
sort
lower_bound
upper_bound
push_back
binary_search
函数
函数重载
值传递
引用传递
递归
容器
Containers
string
vector
stack
queue
map
set
deque
声明与修饰
Declarations & Modifiers
const
namespace
std
new
static
template
using
delete
unsigned