cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
fseek confusion.
fseek confusion.
Oct 16, 2011 at 8:15am UTC
time to c
(107)
how fseek reads file.
is it like array like...
0 1 2 3 4
or just normal number like....
1 2 3 4 5
Oct 16, 2011 at 8:24am UTC
Disch
(13742)
Everything is zero based. Seeking to position 0 seeks to the start of the file.
Oct 16, 2011 at 8:26am UTC
time to c
(107)
thanks
Topic archived. No new replies allowed.