home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01152.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-27  |  363.7 KB  |  1 channel  |  11,025 sample rate  |  33 seconds
Transcription: The syntax of C++ is based on the syntax of C. The C++ language contains many features that are extensions of C. On the other hand, C++ also omits some features that are relatively minor and arguably not desirable capabilities of C. C++ inherits the flexibility and conciseness of C. The compatibility with C is such that most C programs can compile and run in C++ with no modifications. Indeed, C++ is sometimes referred to as a better C.