home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Game Programming for Dummies (2nd Edition)
/
WinGamProgFD.iso
/
pc
/
Source
/
GPCHAP03
/
PROG3_1.CPP
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-09-10
|
201 b
|
9 lines
// PROG3_1.CPP - whats up standard version
#include <stdio.h>
// main entry point for all standard DOS/console programs
void main(void)
{
printf("\nWhat's up world!\n");
} // end main