在使用linux (读、写)与文件系统交互时,使用向量(向量无符号字符)代替字符数组(char [])有多安全和正确?需要建设性的批评。还有其他选择吗?written to test the possibility of using a vector as a buffer#include <vector>
#include <fcntl.h>
我想在我的linuxc++应用程序中实现inotify with signal。我希望我的应用程序在文件中有更改时检索事件。(无轮询)从Linux2.6.25开始,信号驱动的I/O通知可用于inotify文件描述符;请参阅fcntl(2)中关于F_SETFL (设置O_ASYNC标志)、F_SETOWN