Destructor not called when using New?Ah I see thanks. So when I use new[], I have to manually delete it, unless new[] was used in some me...
Destructor not called when using New?[code] int main(){ SomeClass* classPTR = new SomeClass[5]; SomeClass MyClass; return 0; } ...
Calculating run time with O(nlog2n) If the run time for the process is 0.4s for when n = 1000, what's the runtime for n = 4000; Sho...
Nested Class ScopeI see, I thought the uninitialized inner class would be saved like someInt. Does that mean once ma...
Nested Class ScopeHello, If I construct the nested class inside the outer class function, is there a way to make i...
This user does not accept Private Messages