home *** CD-ROM | disk | FTP | other *** search
- 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
- From: surendar@elm (Surendar C.)
- Newsgroups: comp.lang.c
- Subject: Re: array of file pointer ?
- Date: 16 Dec 1992 03:32:26 GMT
- Organization: Worcester Polytechnic Institute, Worcester MA 01609, USA.
- Lines: 11
- Message-ID: <1gm80aINNf89@bigboote.WPI.EDU>
- References: <1992Dec16.021738.2599@mtu.edu>
- Reply-To: surendar@wpi.wpi.edu
- NNTP-Posting-Host: elm.wpi.edu
- X-Newsreader: TIN [version 1.1 PL8]
-
- KONG-JIN LEE (kjlee@mtu.edu) wrote:
- : Does anyone know how to declare an array of file pointer in GCC
-
- : I have tried :
-
- : FILE *filptr[10];
-
- Did you include the header file stdio.h before you did that?? Guess you could
- do any of the methods you specified after that..
-
- surendar
-