Description: EnhancedSafeArray(void)
This the default constructor. It should invoke the default constructor of the parent class.
EnhancedSafeArray(int)
This the single-parameter constructor. This should invoke the single-parameter constructor of the parent class.
EnhancedSafeArray(const EnhancedSafeArray&)
Copy constructor
int size(void) const
Returns the number of elements stored
assignment operator ( = )
The result of this method must be that the calling EnhancedSafeArray must have equal size and elements as the argument EnhancedSafeArray. Refer to the textbook for details on overloading the assignment operator.
equality operator ( == )
Two EnhancedSafeArray objects are equal if and only if their sizes and their stored elements are equal. Refer to the textbook for details on overloading the equality operator.
The prototypes above dictate the required method signatures. For the operators, devise appropriate signatures.
To Search:
File list (Check if you may need any files):
simple-personal
...............\css
...............\...\style-print.css
...............\...\style.css
...............\design
...............\......\simple-personal.png
...............\......\simple-personal.psd
...............\img
...............\...\box-bg.gif
...............\...\box-bottom.gif
...............\...\box-top.gif
...............\...\bullet.gif
...............\...\h2-bg.gif
...............\...\menu-li-divider.gif
...............\...\title-bottom-left.gif
...............\...\title-bottom-right.gif
...............\...\title-bottom.gif
...............\...\title-left.gif
...............\...\title-right.gif
...............\...\title-top-left.gif
...............\...\title-top-right.gif
...............\...\title-top.gif
...............\index.html
...............\readme.txt