Thread: Getting started
View Single Post
Old 12-19-2003, 12:31 PM   #4 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
:)

// my first program in C++
#include <iostream.h>
int main ()
{
cout <<"Hello World!";

cin.get();
return 0;
}
__________________
Valmont is offline   Reply With Quote