home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00285.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  3.6 KB  |  474x109  |  1-bit (2 colors)
   ocr: We can think of argv as an aray of strings. The function fopen()is used to open the file named in argvl1] for reading. The pointer value returned by the lunction is assigned to ifp.1 In a simillar fashion, the file named in argv/2]is opened for writing.