home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A070948.TXT < prev    next >
Encoding:
Text File  |  1993-09-22  |  211 b   |  6 lines

  1. Of the objects now in memory, only the global
  2. objects, "global" and "static_in_file" are
  3. visible to func_a().  Access to the integer
  4. "local_in_main" has been given to func_a()
  5. through the argument "arg_a".
  6.