JellyWorld
Newbie
- Joined
- Mar 22, 2005
- Messages
- 2,852
- Reaction score
- 1
Just a little question, how do you overload the multiple [] operator eg.
Object xxx;
int i = xxx[0][1];
I know for single [] it's
operator[](int index)
or something like that.
Object xxx;
int i = xxx[0][1];
I know for single [] it's
operator[](int index)
or something like that.