Skip to main content
Search
Search This Blog
be professional programer java and c++ as well android programing
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
June 19, 2016
First frogram in c++
The first program
follow the steps to run your first program
start your turbo C++
go to file menu
select new.,
now write the following coading
#include<iostream.h>
#include<conio.h>
void main()
{clrscr();
cout<<"hello world";
getch();
}
Comments
Popular Posts
June 19, 2016
C++
Comments
Post a Comment