Hello to all expect, how to i declare a two dimensional array which its row is dynamic?
Why when i dynamic allocation memory for vector and it doesn't require a delete. If i delete it, run time exception is throw.Code:vector<string>* obj = new vector[10];
Thanks for your help.




Reply With Quote