I don't see 65 or 90!

Note that you don't see the numeric values 65 or 90 anywhere in Listing 2.

This is because the C++ compiler and/or runtime system automatically translates 'A' into 65 and automatically translates 'Z' into 90.