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++ には組み込みイベントはありませんが、独自のクラスを再実装したくない場合は、ブースト シグナルを試してください。