1.查看是否安装
g++ -v
2.命令直接安装
yum install gcc-c++
3.提示你找不到g++安装包,执行下面命令
yum install gcc-c++ libstdc++-devel -y