I would like to use vector or list (or anything like that) as a multidimentional array, is it possible ? If so, how can I do that ?
For example, how can I change the following code into "something similar" but use vector/list/...
PHP Code:
string a[100][100][100]; 
Thanks