Horje
c++ example Code Example
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
}




Cpp

Related
shout sharkest Code Example shout sharkest Code Example
how to traverse a linked list in c++ Code Example how to traverse a linked list in c++ Code Example
c++ sleep function Code Example c++ sleep function Code Example
get type of variable in c++ Code Example get type of variable in c++ Code Example
insert at position in vector c++ Code Example insert at position in vector c++ Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9