Compile C++ on Linux


#include

using namespace std;

int main ()
{
cout << "Hello World! ";
cout << "I'm a C++ program";
return 0;
}

===========================================

g++ -g -Wall -o hello hello.cpp




Past Works

Past and Present Works

User Login

tags in