I've been using the following line, but it doesn't seem to be working.<BR><BR>fp=file pointer to file i'm reading<BR>buf.st_size is the filesize located in the stat ...
Have you ever thought of writing your own compiler? There are a number of good reasons to do this. It's incredibly educational and can be useful. It can solve problems and produce abstractions that ...