home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01152.TXT < prev    next >
Encoding:
Text File  |  1993-09-30  |  451 b   |  9 lines

  1. The syntax of C++ is based on the syntax of C. The C++ language
  2. contains many features that are extensions of C. On the other
  3. hand, C++ also omits some features that are relatively minor and
  4. arguably not desirable capabilities of C. C++ inherits the
  5. flexibility and conciseness of C. The compatibility with C is such
  6. that most C programs can compile and run in C++ with no
  7. modifications.  Indeed, C++ is sometimes referred to as "a better
  8. C".
  9.