Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Does C really now that little?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Dan Pop, post: 1672313"] If well designed and generic enough, this is not going to happen. See below. You're missing the point. C should provide a minimal interface to accessing directories plus a minimal interface to the information associated with each directory entry (a minimal <dirent.h> and a minimal <stat.h>). Each implementation can either extend these minimal interfaces or provide alternative solutions that provide as much information as available on the underlying OS. The minimal and possibly suboptimal C solution doesn't prevent better solutions that are platform specific. E.g. the existence of <stdio.h> doesn't prevent any implementation from providing alternate I/O interfaces, more flexible and more functional than the standard C one. Dan [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Does C really now that little?
Top