home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01155.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-27  |  271.3 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: Compiled C++ code can run very efficiently. This is due to particular features of the language. It is also due to good optimizing compilers. The traditional criticism that object-oriented programs are quick to write but slow to execute does not apply to C++. However, compiling and linking a C++ program may take longer than compiling and linking a comparable C program.