home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ for Dummies (3rd Edition)
/
C_FD.iso
/
CHAP12
/
CHAP12_1.CPP
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-15
|
173 b
|
8 lines
// Chap12_1
#include "student.h"
int main()
{
Student s("Danny"); //construct little Danny
return 0;
} //now, get rid of him