Is it possible in C++ to have a matrix of int values where I can access to these values through string indexes ? Doing something like M["one"]["two"]++; etc.Is it possible in C++ to have a matrix of int v
Is it possible in C++ to have a matrix of int values where I can access to these values through string indexes ? Doing something like M["one"]["two"]++; etc.Is it possible in C++ to have a matrix of int v