thearray['a'] = false
warning: array subscript has type ‘char’
12
map<char,bool> theMap; theMap['a']=false;