13.06.2014, 12:53
No, it will stop reading once you 'break' it, as shown above.
This is a loop:
This stops (breaks) a loop:
:l
This is a loop:
Код:
while(fread(HouseFile, string))
Код:
break;