Hello! There is a type file:
00000 11100 00000 How best to count from this file only a piece? For example only:
1110 0000 I need to handle large files, and the desired piece can be anywhere. How to do it?
Hello! There is a type file:
00000 11100 00000 How best to count from this file only a piece? For example only:
1110 0000 I need to handle large files, and the desired piece can be anywhere. How to do it?
fseek This is the function that you can use when reading a file.
fgetc() and counting the number \n . - avpSource: https://ru.stackoverflow.com/questions/392745/
All Articles