home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05271.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  295.4 KB  |  1 channel  |  11,025 sample rate  |  27 seconds
Transcription: The name of the union, such as the identifier score, is optional. You can omit it if there is only one object of that type. If you also omit the name of the object, it becomes an anonymous union. The object has no name, but the names of its members are defined in the scope of the block where the union is declared. A data member in an anonymous union must not have the same name as an identifier in the enclosing scope.