Posts by Alexandre Trindade • 1 point
1 post
-
0
votes0
answers125
viewsQ: C/C++ How to declare a type for event handler in a class?
I need help in C/C++ to know how to define a type for event handler that will be used as a class member. This is an example that works with simple variables and functions: #include "cstdlib"…