I\'m getting an Undefined reference error message, on this statement:
GlobalClass *GlobalClass::s_instance = 0;
Any ideas? Code is shown be
If I understand what you want to do is only a matter of using this:
GlobalClass::s_instance = 0;