Click here to Skip to main content
15,890,282 members
Articles / Programming Languages / C++17

Implementation of Resizable Multidimensional Arrays in C++17

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
13 Nov 2019CPOL12 min read 11.5K   127   1  
This article discusses an implementation of multidimensional array class with resizable dimensions. Access to subarrays and their swapping are allowed. Benchmarks are provided, which compare the performance of this implementation with Boost and standard C arrays.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions