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

2D Matrix Container with [][] indexing

Rate me:
Please Sign up or sign in to vote.
4.00/5 (7 votes)
5 Jun 20021 min read 153.6K   2.3K   25  
This article presents a 2D Matrix container with [][] indexing. Indexing works as if you had overloaded the mythical operator [][].

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Engineer
United States United States
Currently use C++, C# and Python. Pascal, Delphi and FORTRAN in the past.

Comments and Discussions