How to read specific line from a file?
#4

No, it will stop reading once you 'break' it, as shown above.

This is a loop:
Код:
while(fread(HouseFile, string))
This stops (breaks) a loop:
Код:
break;
:l
Reply


Messages In This Thread
How to read specific line from INI file? - by Amel_PAtomAXx - 13.06.2014, 12:10
Re: How to read specific line from a file? - by Jefff - 13.06.2014, 12:19
Re: How to read specific line from a file? - by Amel_PAtomAXx - 13.06.2014, 12:30
Re: How to read specific line from a file? - by Threshold - 13.06.2014, 12:53
Re: How to read specific line from a file? - by Amel_PAtomAXx - 13.06.2014, 13:39
Re: How to read specific line from a file? - by Jefff - 13.06.2014, 14:27
Re: How to read specific line from a file? - by Amel_PAtomAXx - 13.06.2014, 14:36
Re: How to read specific line from a file? - by Amel_PAtomAXx - 13.06.2014, 16:01

Forum Jump:


Users browsing this thread: 2 Guest(s)