View Single Post
  #17  
Old 03-17-2006, 05:29 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Projectshifter
I think the concept of arrays that cannot change sizes is kind of defeating.
The anytype[] classes in Java are not meant to be actually used as arrays. They are primarily meant to implement array classes, and to provide some lowlevel aggregate data structure.

C++ arrays are as unresizable as Java arrays.
Reply With Quote