Quick question from someone very new to constructors... If the function body of a class constructor is an array, can I then use any instantiation of that class just like an array?
ie: World *anthill and then later... anthill[x][y]
or is that wishful thinking?
-Ella