fread()

Chris Faylor cgf@bbc.com
Sun Nov 30 18:18:00 GMT 1997


In article < 19971129184129.17343.qmail@hotmail.com >,
Bhaskar Bhattacharya <bbhattac@hotmail.com> wrote:
>Does any body know if fread() always works correctly in the cygnus
>port ? I am having some problem where an early EOF is being detected
>and I am not able to read all elements from a file of float. I can
>read the same file from another program without any problem where I
>use fseek() every time to position the file pointer. I have not tried 
>to recreate the problem in a smaller code yet.
>
>Thanks for any information.

It sounds like you're not opening the file as binary, i.e.:

	fopen("thefile", "rb");
-- 
http://www.bbc.com/	cgf@bbc.com			"Strange how unreal
VMS=>UNIX Solutions	Boston Business Computing	 the real can be."
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list