知识库
微架构师
快速入门
简介
入门
数据类型
数组
字符
枚举
指针
字符串
结构体
Union
函数
匿名函数
函数调用
函数声明
函数定义
内联函数
流程控制
选择结构
if 语句
switch 语句
循环结构
do...while 语句
for 循环
while 循环
表达式
运算符
算术运算符
赋值运算符
按位运算符
自增/自减
逻辑运算符
关系运算符
其他运算符
词法规则
词法规则
记号
常量
字符常量
枚举常量
浮点常量
整型常量
标识符
关键字
字符串常量
空白符
注释(Comments)
概念
宏
进程控制
作用域
语句
存储类
遍历
类
指令
ifdef-else-endif
ifndef-end-endif
垃圾回收
翻译
预处理器
编译
编译器
汇编代码
关键字
auto
#define
#ifdef...#endif
#ifndef ... #endif
include
inline
register
static
typedef
标准库
libc
标准库
assert.h
ctype.h
errno.h
float.h
limits.h
locale.h
math.h
setjmp.h
signal.h
stdarg.h
stddef.h
stdio.h
getchar/putchar
printf
stdlib.h
string.h
time.h
glibc
attribute
POSIX C
bionic
msvc
附录
代码规范
本书使用 GitBook 发布
运算符
运算符(Operator)
运算
(operation) 由
运算符
(operator) 和
操作数
(operand)组成。
算术运算符
关系运算符
逻辑运算符
按位运算符
自增/自减运算符
其他运算符
条件运算符
赋值运算符
逗号运算符
知识点
C 不支持运算符重载(operator overloading)
参考
Operators in C and C++
C Programming Operators
results matching "
"
No results matching "
"