fread problem
#10

I read your first post again, you made a function that would write to a file, but then why would you bother with fread? since that only reads data from a file, it won't write anything to it, and you definatly can't do
Код:
while(fwrite(file,params));
that would be a never ending loop, and you also didn't open the file in a writing mode. Maybe you should take a look at a few references, if you still can't figure it out, please post your code and the error you're getting.
Reply


Messages In This Thread
fread problem - by Zaumao - 10.02.2009, 22:55
Re: fread problem - by yom - 10.02.2009, 23:01
Re: fread problem - by Zaumao - 10.02.2009, 23:02
Re: fread problem - by Zaumao - 11.02.2009, 16:29
Re: fread problem - by Zaumao - 11.02.2009, 18:53
Re: fread problem - by Zaumao - 11.02.2009, 19:17
Re: fread problem - by [RP]Rav - 11.02.2009, 19:19
Re: fread problem - by Zaumao - 11.02.2009, 22:35
Re: fread problem - by Zaumao - 12.02.2009, 02:18
Re: fread problem - by [RP]Rav - 12.02.2009, 06:19

Forum Jump:


Users browsing this thread: 1 Guest(s)