1、安装g++

yum -y install gcc-c++

2、编译*.cpp文件

g++ -o test_app_name test_source_file.cpp

3、运行编译结果

./test_app_name