home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A130932.TXT < prev    next >
Encoding:
Text File  |  1993-09-20  |  184 b   |  4 lines

  1. A vector is a special kind of matrix that only has one row.  The
  2. vector class would inherit members from the matrix class.  It
  3. could also have members that are specific to vectors.
  4.