0

How to create TCHAR array, that contains Upper Case letters from A to Z?

Any code samples are welcome!

Thank you!

Arthur
  • 3,253
  • 7
  • 43
  • 75
  • 2
    TCHAR myArray[] = _T("ABCDEFGHIJKLMNOPQRSTUVWXYZ"); – Richard Critten May 13 '16 at 17:20
  • How to fill array programmatically? Not like _T("ABCDEFGHIJKLMNOPQRSTUVWXYZ"); , because I need it for many languages and I don't want to hardcode all alphabets of all languages. – Arthur May 14 '16 at 08:17

0 Answers0