0

Does fread read contiguos blocks of content?

Suppose I want to read several blocks of n size until condition c is met (a while loop). If I use fread, will it read sequential blocks of content on every iteration or it only reads the first block of size n?

24th Jun 2020, 3:36 PM
AntĂ´nio Gabriel Zeni Landim
AntĂ´nio Gabriel Zeni Landim - avatar
1 Answer
+ 1
Thanks, ~ swim ~. Just what I needed to know.
24th Jun 2020, 3:51 PM
AntĂ´nio Gabriel Zeni Landim
AntĂ´nio Gabriel Zeni Landim - avatar