Quote Originally Posted by Masterx
and about the second one ! i dont understand it . even the simplest part of it ! what does it mean ! did i get into a serious problem by using mapped array?
As in you do not understand the material that auralius linked to? Oh, and stop calling std::map a "mapped array". It is not an array. In fact, std::map is typically implemented using a balanced binary tree.