Workaround of insert different type object in one container? [quote]dhayden (1415) Do you really need the map at all? It seems to me that you could probably tell...
Workaround of insert different type object in one container? [quote]MiiNiPaa (7613) have to be unsigned int Why? What happens if you store them in float (BTW why...
Workaround of insert different type object in one container? [quote]shadowmouse (237) Use a struct and put the different containers in there?[/quote] To program ...
Workaround of insert different type object in one container? [code]#include <iostream> #include <vector> #include <map> #include <string> using namespace std; i...
This user does not accept Private Messages