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

  1. If you place the keyword "const" or "volatile" before the type,
  2. you are specifying that the object that is being pointed to is
  3. const or volatile.  If you place the keyword "const" or "volatile"
  4. after the type, you are specifying that the pointer is const or
  5. volatile, as opposed to the object that is being pointed to.
  6.