Hi,
MyClass *myclass_=new MyClass[100];
and MyClass::MyClas s(int) and no default constructor. My object assignment
obviously gives an error. So waht is the correct way to do it without using
vectors of course.
kutty
MyClass *myclass_=new MyClass[100];
and MyClass::MyClas s(int) and no default constructor. My object assignment
obviously gives an error. So waht is the correct way to do it without using
vectors of course.
kutty
Comment