开发者

How I can do an event in c++?

开发者 https://www.devze.com 2023-01-16 14:51 出处:网络
Well, sorry if my english isn\'t very good, second, in c++ how i can make events?, is something that i can\'t find as much i searched, and i think that it could he开发者_Python百科lp me a lot to make

Well, sorry if my english isn't very good, second, in c++ how i can make events?, is something that i can't find as much i searched, and i think that it could he开发者_Python百科lp me a lot to make me the things a little easier with the college.

Thanks for your answers.


If you are looking for the type of "events" whereby clients can set up callbacks to themselves when things happen, check out the Boost Signals2 Library.

If you are looking for the Win32 "event" synchronization object, see the MSDN documentation.

Also check out Custom events in C++.

0

精彩评论

暂无评论...
验证码 换一张
取 消