摘要: 怎么访问一个文件 首先先写一个访问文件的简单代码 #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <iostream> int main() { int c = open("a_file", O_RDONLY 阅读全文
posted @ 2021-12-24 21:29 dianyuluo 阅读(67) 评论(0) 推荐(0)