home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01092.TXT < prev    next >
Encoding:
Text File  |  1993-11-16  |  308 b   |  6 lines

  1. The C++ language is based on the C language.  As a result, C++
  2. inherits the power and flexibility of C.  C++ also provides some
  3. important capabilities that are not supported in C.  Some of the
  4. new capabilities are enhancements on features of C.  Others are
  5. a foundation for object-oriented programming.
  6.