gcc官网:https://gcc.gnu.org 安装命令: yum install gcc yum install gcc-c++ 查看版本 gcc --version gcc编译命令: gcc hello.c -o hello