home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05174.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  238.5 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: All objects in C++ have scope assigned when they are declared. The same rules of scope apply to class objects and to objects of built-in types. An identifier that is declared inside a function or block has local scope. An identifier that is declared outside of any block or class has file scope.