home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03093.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-20  |  271.3 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: C compilers and libraries use identifiers that begin with underscores. For this reason, it is best to avoid identifiers that begin with underscores in your own code. Similarly, you should avoid using identifiers that have two consecutive underscores. C++ compilers use this kind of identifier, and the name of your identifier could conflict with the name of a compiler-defined identifier.