home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18440 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  813 b 

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!cs.utexas.edu!qt.cs.utexas.edu!news.Brown.EDU!noc.near.net!bigboote.WPI.EDU!elm!surendar
  2. From: surendar@elm (Surendar C.)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: array of file pointer ?
  5. Date: 16 Dec 1992 03:32:26 GMT
  6. Organization: Worcester Polytechnic Institute, Worcester MA 01609, USA.
  7. Lines: 11
  8. Message-ID: <1gm80aINNf89@bigboote.WPI.EDU>
  9. References: <1992Dec16.021738.2599@mtu.edu>
  10. Reply-To: surendar@wpi.wpi.edu
  11. NNTP-Posting-Host: elm.wpi.edu
  12. X-Newsreader: TIN [version 1.1 PL8]
  13.  
  14. KONG-JIN  LEE (kjlee@mtu.edu) wrote:
  15. : Does anyone know how to declare an array of file pointer in GCC
  16.  
  17. : I have tried :
  18.  
  19. : FILE *filptr[10];
  20.  
  21. Did you include the header file stdio.h before you did that?? Guess you could 
  22. do any of the methods you specified after that..
  23.  
  24. surendar
  25.