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

  1. The integer "static_in_file" is also a global
  2. object.  Unlike the integer "global", it has
  3. file scope and is accessible only by code in
  4. this file.  This integer has the value 1500 and
  5. is placed in the data area.
  6.