I'm not very skilled in C++, so I find this tricky.
I have a class which looks pretty similar to this one : Is it possible to use signal inside a C++ class?., but inside the signal handling method I have to work with an instance variable.
The first thing I tried was to set the variable static, but it didn't help. What should i do? Thanks Hynek