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.
Visit publisher site: C++ dynamic array template classListing Details
- Filed in:
-
Scripts / C & C++ / Tutorials & Tips / Introduction to C & C++
- Submitted on:
- Last Updated:
- Apr 17, 2007
- Publisher:
- AnyExample Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Other
- Price:
- $0.00 USD
- Additional Info:
- No restrictions (open source: copy, modify, redistribute, commercial use allowed) except re-publishing code in other sources.
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for C++ dynamic array template class