Greetings!
Probably a simple question:
How can i determine the file length in bytes of a simple text file? Something with a while (! eof(FILE)) - loop, a getc(FILE) inside, incrementing a counter? I keep producing eternal loops with this!
Please forgive me, (Subotai==newbie)=1 :-D
Thankful for any help,
Subo
Probably a simple question:
How can i determine the file length in bytes of a simple text file? Something with a while (! eof(FILE)) - loop, a getc(FILE) inside, incrementing a counter? I keep producing eternal loops with this!
Please forgive me, (Subotai==newbie)=1 :-D
Thankful for any help,
Subo