In C++, you obtain the integer corresponding to a specific character by
surrounding that character with single quotation marks. For example, C++
translates 'A'
into 65
; accordingly, 65
is said to be
the character code for the character A.