class Array { public: Array(); ~Array(); int& operator[](int x); const int& operator[](int x) const; protected: static const int kAllocSize = 4; void resize(int newSize); int* mElems; int mSize; private: // Disallow assignment and pass-by-value Array(const Array& src); Array& operator=(const Array& rhs); };
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author. </div> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-2780434-1"; urchinTracker(); </script> </body> </html> <hr> <hr> <table cellpadding=10> <tr> <td> <address> Hush Online Technology </address> hush@cs.vu.nl <br>10/19/08 </td><td>