home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
gcc
/
Examples
/
cc
/
HelloW++
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
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;
}