Categories

Updated: 04/17/2007

C++ dynamic array template class

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, but uses only standard C libraries.
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
  • Author
    • AnyExample
©2003-2019 jCay.com