home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02127.TXT < prev    next >
Encoding:
Text File  |  1993-07-28  |  230 b   |  5 lines

  1. A program can be split up into multiple files.  In order to access
  2. a global variable defined in another file, an extern declaration
  3. is used.  The variable x which is defined in program C can be
  4. referenced in programs A and B.
  5.