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

  1. Alternatively, you can define the argument to be a reference.
  2. Here, the argument of g() is a reference to an integer.
  3. Internally, the compiler treats a reference like a pointer.
  4. However the calling statement and the function body do not
  5. use pointer notation.
  6.