How to create signals and slots system in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to create signals and slots system in C++?

[Holy moly my first question here :D] Currently I'm working with SFML library to create full GUI system. I've been checking my options on how to handle events, so I thought that Signals and Slots would be pretty good idea (like in Qt). And here I encountered problem, I have no clue where to start... Does anyone have some source which may prove useful? Or/and write a description on how such system works. Thanks!

13th Feb 2018, 7:30 PM
Jakub Stasiak
Jakub Stasiak - avatar
2 Answers
0
That's nice looking approach! Thanks ^^
17th Feb 2018, 11:36 AM
Jakub Stasiak
Jakub Stasiak - avatar