User: vrbilgi10

  • Public profile

User profile: vrbilgi10

User info
User name:vrbilgi10
History
Joined:
Number of posts:5
Latest posts:

Constructor call inside Constructor.
In the below code I am trying to call a constructor of another Class in MyClass constructor. Its wor...

Assigning Class Reference
@firedraco: Thanks I got it..

Assigning Class Reference
Hi I am having reference variable in a class to avoid the costly copy operation. I am trying to ...

Why I am getting linking error:
@ne555: Thanks for replying. I got the answer now. I modified my Singleton class to unserstand th...

Why I am getting linking error:
[code]class Singleton { private: static Singleton* _SInstance; public: Singleton(){} ...

This user does not accept Private Messages