Re: im facing problem with fread()??
- From: "P.J. Plauger" <pjp@xxxxxxxxxxxxxx>
- Date: Wed, 24 Aug 2005 12:21:35 -0400
<l4learn@xxxxxxxxx> wrote in message
news:1124900074.431082.319110@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
In the above code the file is not closed ....use something like
fcloseall() at the least to at the end of the programs where u use
files ..
the problem with ur program is here
#include<stdio.h>
A conforming C implementation closes all files at program shutdown.
It also does *not* contain a call to fcloseall, which is not part
of the C Standard.
P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com
.
- References:
- im facing problem with fread()??
- From: Rajshekhar
- Re: im facing problem with fread()??
- From: Christopher Benson-Manica
- Re: im facing problem with fread()??
- From: l4learn
- im facing problem with fread()??
- Prev by Date: Re: im facing problem with fread()??
- Next by Date: Re: im facing problem with fread()??
- Previous by thread: Re: im facing problem with fread()??
- Next by thread: Re: im facing problem with fread()??
- Index(es):
Relevant Pages
|