V
vcmkrishnan.techie
Hi all,
In managed C++, can I overload the operator [] to access data members
in the following way
Create object objTime;
seconds = obj["Hour"]["Min"];
or
seconds = obj[12][45];
Thanks
Mohan
In managed C++, can I overload the operator [] to access data members
in the following way
Create object objTime;
seconds = obj["Hour"]["Min"];
or
seconds = obj[12][45];
Thanks
Mohan