编译命令 37 次浏览 编程语言有想通性,编译命令也大同小异。示例如下: GCC/Clang/G++/Clang++gcc/g++/clang/clang++ hello.c -o hello Fortrangfortran hello.f90 -o hello