172 B
172 B
1、安装g++
yum -y install gcc-c++
2、编译*.cpp文件
g++ -o test_app_name test_source_file.cpp
3、运行编译结果
./test_app_name
yum -y install gcc-c++
g++ -o test_app_name test_source_file.cpp
./test_app_name