I have two classes that I want to be able to communicate. Rather than using friend methods, I want to keep a static member variable, which is a pointer to static member function of the other class I want to call.
I simply can't figure out the syntax. It's mindboggling.
The lines in "hidentification.h" commented with "//SYNTAX?" are giving me syntax errors when i try to compile. I've look up other places on the web and I can't seem to find syntax that will compile.