sandwichk
Pages
Home
About Me
Mobiles
C++ Programs
Tuesday, 23 September 2014
My First Program in C++
First C++ program
Source Code:
#include <stdio.h>
#include <conio.h>
void main()
{
clrscr();
printf("My first program");
getch();
}
After writing the source code save with extension .CPP
Output:
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment