Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的代码中进行回调(在 C++ 中),每次修改特定文件时(保存后)都会触发,我使用的是 Mac 但不是 Xcode,我正在使用 g++ 构建我的代码,这方面的文档似乎非常有限的。有没有人有任何执行此功能的示例代码?或者可以指出我在哪里看的正确方向?
在 Linux 上你会使用ionotify,但 OSX 有FSEvents。它似乎只会通知您有关目录的更改,然后由您决定该事件是否与您的文件有关。有一个 C API。这个问题有一些例子。
ionotify