Posix File library

Hi,

I am new to Linux related C++ dev. Can somebody guide me towards Posix equavilent of Windos File API. Few lines of code or some good reference would be great. Thanks
http://pubs.opengroup.org/onlinepubs/000095399/functions/open.html
or
http://linux.die.net/man/2/open

However, you should use the functions and stream classes provided by the standard library, unless you have a good reason not to.
Topic archived. No new replies allowed.