GCC使用具体教程以及例子

编译第一个C程序 #include <stdio.h> int main(void) { printf("hello world!\n"); return 0; } 使用gcc命令将hello.c编译成可执行程序 a.out,并运行: 将源文件hello.c编译为一个指定名称的可执行文件:hello
posted @ 2024-02-02 17:38  冰糖葫芦很乖  阅读(186)  评论(0编辑  收藏  举报