Linux下面的文件讀寫操做方式

在Linux裏面有三種方式能夠讀寫文件,分別是系統調用、C語言文件操做、c++方式文件操做。下面咱們來分別看看這三種方式的操做:c++ 一、系統調用: #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int open(const char *pathname, int flags); int open(const c
相關文章
相關標籤/搜索