Tuesday, 2 February 2016

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 .


  Click Here for facebook

No comments:

Post a Comment