How to get all of fread to one string?
#2

Do this:

Код:
//fopen etc..

while(fread(File, string))
{

}

//fclose etc..
The code inside the while will only be executed if there was something read from the file
Reply


Messages In This Thread
How to get all of fread to one string? - by Riwerry - 27.01.2014, 12:43
AW: How to get all of fread to one string? - by NaS - 27.01.2014, 12:47
Re: How to get all of fread to one string? - by Riwerry - 27.01.2014, 12:48
AW: How to get all of fread to one string? - by NaS - 27.01.2014, 12:54
Re: How to get all of fread to one string? - by Riwerry - 27.01.2014, 12:56
AW: How to get all of fread to one string? - by NaS - 27.01.2014, 12:59
Re: How to get all of fread to one string? - by Riwerry - 27.01.2014, 13:01
Re: How to get all of fread to one string? - by [ABK]Antonio - 27.01.2014, 13:04
Re: How to get all of fread to one string? - by Riwerry - 27.01.2014, 13:08
AW: How to get all of fread to one string? - by NaS - 27.01.2014, 13:11

Forum Jump:


Users browsing this thread: 2 Guest(s)