0012F91C sounds like the memory address where let starts. To print out let, use a loop like
Code:
for (int i=0; i<26; ++i)
  cout << 'a'+i << ": " << let[i] << '\n';