Here we can learn C++ Language using Turbo c++ software .
First Programme in c++ language is "Hello World"
Programming :
#include<conio.h>
#include<stdio.h>
#include<iostream.h>
void main(void)
{
cout<<"Hello World ";
getche();
}
You can contact with me on facebook click on the link below .
No comments:
Post a Comment