【領卓教育】Linux下的文件io的open(),read()和write()函數

1.首先講解一個open()函數,這是一個打開文件的函數。 函數的定義: int open(const char *pathname,int flags[,mode_t mode]); 參數: (1)const char *pathname:指的是要打開文件的路徑+文件名,可以賦值一個字符串; (2)int flags :要打開文件的模式,有以下幾個模式 1) O_RDONLY // 只讀模式 2
相關文章
相關標籤/搜索