|
|
|
|
|
|
|
|
IntelliSense: a value of type "int (Tuna::*)()" cannot be assigned to an entity of type "int (*)()" |
|
int foo(Tuna* this). As you can see that differs from a function which takes no arguments and returns an int. If you want to use a regular member function, you should see JLBorge's code above. |
|