I'm writing a class here and inside one of the callbacks I want to have access to the class object itself (what I know as 'this' from other programming languages).
Is there a way to do this?
Thank you.
Y.
Hi,
I'm writing a rather large mass of code here with many many functions all need to use a struct filled with data.
What is the best way to access this struct from all the functions?
- As a Global variable.
- As a getappdata/setappdata to be attached to some main object.
- As the figure's...