 |
C++ dynamic array template class - AnyExample.com - Free, tested & ready to use examples
This article provides example of dynamic array implementation using C++ templates. It uses standard malloc/realloc memory allocation functions and simple "doubling size" resizing strategy. Our AeDynArray class interface resembles MFC standard CArray class
www.anyexample.com |
 |