Practical software architecture and development insights.
fseek(file, 0L, SEEK_END); fileSize = ftell(file); rewind(file);
fileSize = ftell(file); rewind(file);
rewind(file);
This is fast...thanks!
This is fast...thanks!
ReplyDelete