-
基础C0
-
(1)注释
-
(2)字符字面量与字符串字面量(仅限
print
) -
(3)
do...while
-
(5)
for
-
(5)
switch
和break
-
(3)作用域与生命周期
-
类型转换(
char
/double
前置) -
(9)
char
(能够参与运算) -
(10)
double
Usage: cc0 [options] input
Positional arguments:
input Source code file[Required]
Optional arguments:
-h --help show this help message and exit
-c Binary
-s Assembly
-o --output Output file
未指定输出文件名时,默认为out