how i can find size of dynamic array in c++

May 31, 2011 at 7:49am
how i can find size of dynamic array in c++?
May 31, 2011 at 8:09am
You can't. You have store it somewhere when you allocate the array. Or use a vector..
Topic archived. No new replies allowed.