home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02146.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-29  |  243.9 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: A simple C++ statement ends with a semicolon. A group of statements that is enclosed by a pair of braces is a compound statement. A compound statement is also called a block. In this example, the statements in the braces are treated as a single unit, and they are all executed when the condition, a greater than zero, is true.