home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12091.TXT < prev    next >
Encoding:
Text File  |  1993-11-01  |  357 b   |  7 lines

  1. The concept of type is very important in C++.  Every object has a
  2. type.  This type is used to determine how an object can be used.
  3. For example, you cannot pass an argument to a function if the type
  4. of that argument is not compatible with the type the function is
  5. expecting.  What do we mean by "compatible"?  This chapter should
  6. answer that question.
  7.