home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05242.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-20  |  217.2 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: 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.