Using overloded [] problemHi! I have this code: [code] class A { public: void *operator[](const int &index) { ...