|
3 |
edited tags
|
||
|
2 |
edited tags; edited title
|
||
|
|
||||
|
1 |
|
||
C++ function pointers problemok say I have
This is fine as long as the function I want to use to render is a function or static class method
However I really want to be able to use a class method as well since in most cases the rendering function will want to access member varribles, and Id rather not make the class instance global...eg
However I really have no idea how to do this, and still allow functions and static methods to be used.
|
||||
