stl list of pointersCan any one please tell me why i get this error. Is this not possible? [code] Bool operator==(co...
static cast clientInfo->msgId = *(reinterpret_cast<U32*>(&msgBuff[0])); clientInfo->pId = *(reint...
static cast How can we use static cast below ? U32 is unsigned integer [code] ClientInfo *clientInfo =...
singleton classMaster& Master::GetInstance(const string& Qname){ static Master singleton(Qname); return singl...
singleton classPlease see the static key word.. I guess it should be singleton
This user does not accept Private Messages