Crazy C++ Coder
Home
About
Post RSS
Contact
Log In
skip to main
|
skip to sidebar
Sunday, February 17, 2013
Write your First Program in C++
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello world"<<endl;
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Categories
Array
(2)
Constant
(1)
For Loop
(1)
Function
(2)
Introduction
(1)
Notice
(1)
Operators
(1)
Sort
(1)
Varible
(1)
While Loop
(1)
No comments:
Post a Comment