Source-code 4 You
For those who code.
Pages
C++
C#
Java
Projects
Softwares
About me
Monday, 25 August 2014
1st program in C++
#include<iostream>
using namespace std;
int main()
{
cout<<"This is my 1st program in C++\n";
return 0;
}
/*output will be...
This is my 1st program in C++
*/
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment