M
M
I used to do this
inline CMyApp* GetApp()
{
extern CMyApp theApp;
return &theApp;
}
I've searched google and cannot find what I'm looking for? A code snippet
would be great
Thanks alot
Best Regards,
inline CMyApp* GetApp()
{
extern CMyApp theApp;
return &theApp;
}
I've searched google and cannot find what I'm looking for? A code snippet
would be great
Thanks alot
Best Regards,