Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

turbo c++ easy programs

#include<iostream.h>
#include<conio.h>
void main()
{
	clrscr();  // clear the screen
	cout<<"Hello Compiler, I am C++";
	getch();  // holds output screen until user press a key
}
 
PREVIOUS NEXT
Tagged: #turbo #easy #programs
ADD COMMENT
Topic
Name
6+1 =