PROBLEM:I make the output with cout of unsigned chars, that are initialized as hex and receive ciryllic symbols on output with cout.
As I understand 0x63 is hex ASCII code of char 'c'; But I see cyrillic symbol 'я' instead... I don`t understand why!!!
I thought, that hex will be outputted as chars latin symbols...from A-to z...
I looked through the ASCII table and understood my mistake.... that number of symbols in ASCII table are more than the number of only alphabetical chars)))