home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH05
/
A05252.TXT
< prev
next >
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
|
1993-07-28
|
297 b
|
6 lines
A struct in C++ is the same as a class, except that the
members of a struct are public by default. Members of a class
are private by default. As a result, the three classes you see on
the screen are identical except for their names. The first form,
the class, is the form used most often.