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
Printable View
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
What is "Windows File API"? If you want to read/write files, use fopen/fread etc. C library functions, or C++ streams. To access file system, you can use portable Boost Filesystem library: http://www.boost.org/doc/libs/1_51_0.../doc/index.htm