Thread
:
Getting started
View Single Post
12-19-2003, 12:31 PM
#
4
(
permalink
)
Valmont
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
:)
// my first program in C++
#include <iostream.h>
int main ()
{
cout <<"Hello World!";
cin.get();
return 0;
}
__________________
Valmont
View Public Profile
Find More Posts by Valmont