|
-
September 17th, 2001, 07:59 AM
#1
file functions
there are two sets of functions that handles files. "lseek" "fseek", "read" "fread", "open" "fopen" ...
These functions have the same functionality, except one set uses file handle which is int, the other set uses FILE*. Is there any other differece other than they accept different parameters? Why do we have two sets of file handling functions?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|