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 ReferenceHi 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