TopIT247
Friday, 29 July 2016
A SIMPLE C++ PROGRAM FOR BEGINNERS
Let's use the code below to find what makes up a very simple C++ program - one that simply prints "Hello World!" and stops.
#include
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}
1 comment:
Michael_admin
29 July 2016 at 16:42
i like this
Reply
Delete
Replies
Reply
Add comment
Load more...
Thank you for commenting!
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
i like this
ReplyDelete