I need to have a map like this :
typedef std::map Maptype ;
What is the syntax to insert and searching elements of
Use either
std::map, char>
or
std::map >
whichever is correct.