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/C++ 编程中创建自己的事件(这包括绑定必要回调的代码)?它在 Java 中直接可用。
C++ 中没有内置事件,但如果您不想重新实现自己的类,请尝试boost 信号。