Yezi's
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
输入输出
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
sort
size
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