home *** CD-ROM | disk | FTP | other *** search
- 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.
-