Я могу распечатать значение ASCII алфавита с помощью функции "int()":
Код: Выделить всё
char a = 'a';
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/28464687/how-to-print-the-ascii-value-of-a-int-in-c[/url]Код: Выделить всё
char a = 'a';
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/28464687/how-to-print-the-ascii-value-of-a-int-in-c[/url]