mellonamin![]() Member Posts: 119 From: Maryville, TN, United States Registered: 11-16-2004 |
Can anyone help me out with maps in C++? I can't find any information about them in any of my books except that they are containers in the STL...I have no idea what their syntax is or anything. I want to use them to store name/password pairs for a game I am making...is this a good idea or should i use some other method? Also, is it possible to assign more than one value to each key so I can have name/password/race/gender/etc...keys? ------------------ |