/* yum install gcc-g++ g++ hello.cc && ./a.out */ #include using namespace std; int main() { cout << "Hello C++ world!" << endl; return 0; }