access letter in string c++ code example Example: how to get a letter from the users string in c++ string letters = "ABC"; char letterN = letters[0];