home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A040932.TXT < prev    next >
Encoding:
Text File  |  1993-10-29  |  215 b   |  5 lines

  1. In this for loop, the elements of the array argv are printed out.
  2. The first element of the array is the name of the program.  The
  3. remaining elements of the array are the parameters that you give
  4. to the program.
  5.