Description: Create a class DoubleSubscriptedArray. In the construction phase, the class can contain any number of rows to create an array of any column. Class also provides operator () function double subscript operator. For example, in a line called a three-dimensional array of five, can be a (1,3) to access the first row, third column elements. Function operator () should be able to perform the appropriate pointer arithmetic to access array elements. . This class also provides the following operators: "! =" "==", "=", "<<" ">>."
To Search:
File list (Check if you may need any files):
6_33\6_33.cpp
....\6_33.dsp
....\6_33.dsw
....\6_33.ncb
....\6_33.opt
....\6_33.plg
....\achievement.cpp
....\definition.h
....\ReadMe.txt
....\StdAfx.cpp
....\StdAfx.h
6_33