dynamic class functions

I am working on a game engine using SDL and i trying to implement an idea into the input processor

the engine is oop and i was thinking if it was possible to create a function which can use the "this" pointer so it can manipulate the data within the private section of the class
You could pass a pointer to a member function.
Topic archived. No new replies allowed.