i am in need of a simple scenarion..
i want to store string values tat is assoacitaed by two key values which are characters
say for eg:
table[a][b]= stringvalue
here a,b are char and string value is string
wat data structure to use...or wat stl....
am not sure whether map ll suit my scenario...i need two key values...can anyone explain me with an example for my scenario