在unix上用什么编译c语言写的程序

2025-06-22 11:07:36
推荐回答(2个)
回答1:

cc, 例如编译hello.c生成可执行文件hello: cc -o hello hello.c

回答2:

直接就可以啊!你学一下UNIX的指令就行啊