home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Game Programming for Dummies (2nd Edition)
/
WinGamProgFD.iso
/
mac
/
Source
/
GPCHAP03
/
PROG3_1.CPP
next >
Wrap
C/C++ Source or Header
|
1997-09-10
|
201b
|
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