- 博客(1)
- 收藏
- 关注
原创 1-1 计算机系统漫游 “hello,world!“
1-1 计算机系统漫游 “hello,world!” 生命周期:创建、编译、运行、退出 .c 源文件 – 编译系统 – .exe # include<stdio.h> int main(){ printf("hello,world!"); return 0; } linux> gcc -o hello hello.c 编译,产生hello.exe PS:linux gcc 使用 预处理 根据#开头的代码,修改原始程序 例如:读取并插入头文件中的内容 得到hello
2021-03-12 23:39:28
110
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人