Are there any event handlers in C++? If there are, which are they and how to use them? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Are there any event handlers in C++? If there are, which are they and how to use them?

Are there event handlers in C++?

29th Jun 2017, 7:53 PM
Manish Jha
Manish Jha - avatar
1 Answer
+ 1
There are multiple options, depending of what you use. Pure cpp has pointer to function, to member function and std::function Qt has signal and slot system for that Boost and some other libraries also have similar things. Then you should use documentation and find it out yourself.
30th Jun 2017, 6:06 AM
soman