Click here to Skip to main content
15,891,033 members
Articles / Programming Languages / C++11

'Class methods' for plain arrays and std::array and vector too.

Rate me:
Please Sign up or sign in to vote.
4.78/5 (9 votes)
4 Jan 2018CPOL31 min read 9.1K   88   7  
Class method emulation for plain arrays plus unified handling of plain arrays, std::arrays and std::vectors

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
Retired
Spain Spain
Software Author with engineering, science and mathematical background.

Many years using C++ to develop responsive visualisations of fine grained dynamic information largely in the fields of public transport and supply logistics. Currently interested in what can be done to make the use of C++ cleaner, safer, and more comfortable.

Comments and Discussions