home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
languages
/
c
/
gnu_c
/
Examples
/
cc
/
HelloW++
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-04
|
99 b
|
10 lines
#include <iostream.h>
int
main(void)
{
cout << "Hello world (from C++)" << endl;
return 0;
}