You must be registered to post a reply.Click here to register.
classs Test { public: Test() : t(new int) {} private: int *t; };
Test::Test() : t( int) { }