-
map.h VS vector.h
What is better to use if i want make one program with arrays and possibiliti to changes.
It is easy with vectors, but it makes program big.
In map, I cannot change just one item that i want and if items have different type.
What, How and Where can I find info about this?
pls give me some advices.
//I just studing C++//I am too bad with classes//:cold:
-
You can change single items with maps, you just need to look up how to do it. You really need to get a reference on the stl. I highly reccommend this book - http://safari.oreilly.com/JVXSL.asp?...&r=&o=1&page=1