cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how i can find size of dynamic array in
how i can find size of dynamic array in c++
May 31, 2011 at 7:49am UTC
tmtt
(1)
how i can find size of dynamic array in c++?
May 31, 2011 at 8:09am UTC
hamsterman
(4538)
You can't. You have store it somewhere when you allocate the array. Or use a vector..
Topic archived. No new replies allowed.