What's the correct way to initialize static pointers?

Started by
1 comment, last by EGD Eric 20 years ago
nuff said
Advertisement
Example:
(Inside header)class GEMClientObject{public:...    static psCelClient *cel;...    };( Inside CPP file )psCelClient *GEMClientObject::cel = NULL;



-------
Andrew
PlaneShift - A MMORPG in development.
nuff said.

This topic is closed to new replies.

Advertisement