C++ Computer Programming
Friday, December 18, 2015
Beginning c++ Hello World Program
Hello,
In this tutorial we will create a simple hello world program. It goes as follows:
#include <iostream>
using namespace std;
int main()
{
cout<< "Hello World!" << endl;
return 0;
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment