标签: c++11 centos6 g++-4.7
我将学习c ++ 11,所以我安装了g ++ 4.7,当我使用g++ --version时,它显示的是4.4版本。但是当我使用find / -name g++时,它显示了 /opt/centos/devtoolset-1.1/root/usr/bin/g++ /usr/bin/g++ 第一个版本是4.7,第二个版本是4.4,如何将g ++ 4.7设置为deafault。谢谢!
g++ --version
find / -name g++
/opt/centos/devtoolset-1.1/root/usr/bin/g++ /usr/bin/g++