Hi i want to create a somethig like this,
struct Info
{
//some vectors
};
unordered_map<string,Info> dictionary;
But how? when i try to insert or emplace some new pair of elements on my "dictionary" there exist some problems around "Info struct" i was reading and notice maybe i need to pass as a pointer to a struct on my "dictionary" but even in that way this fail.. any idea can help, and thanks.
Aucun commentaire:
Enregistrer un commentaire