User: irfan2266

  • Public profile

User profile: irfan2266

User info
User name:irfan2266
Name:Irfan
Location:Pune
Bio:Linux application development, Embedded applications.
History
Joined:
Number of posts:15
Latest posts:

stl list of pointers
Can 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 class
Master& Master::GetInstance(const string& Qname){ static Master singleton(Qname); return singl...

singleton class
Please see the static key word.. I guess it should be singleton

This user does not accept Private Messages