Hello All.
I could do with some expert help here, so here goes to all you gurus!
I have created a 'map within a map' to form a graph structure in c++.
I have declared it like this:
typedef map<string, double> stringVector; //map of doubles indexed by strings
typedef map<string, stringVector>...