foo["key"][0][0]
Is this possible? If so I'm having trouble figuring out the correct syntax, the following (for one dimension) doesn't work:
auto foo = new int[5][string]; compilation fails with the following message:Error: cannot implicitly convert expression (string) of type string to ulong
Thanks for any help!