C++ _declspec(selectany) CApp* theApp=0;

BLS nanali at nospam-wanadoo.fr
Thu Sep 27 13:09:56 PDT 2007


_declspec(selectany) CApp* theApp=0;
I guess it is just a global var .... in D probabely simply :

CApp theApp = null;

I don't know. Some ideas ?
Bjoern


More information about the Digitalmars-d-learn mailing list