Код:
Код: Выделить всё
for(unsigned code=' '; code<=255; ++code)
{
std::cout << std::setw(8) << code << ": " << char(code) << std::endl;
}Дальше - только воображение.
Код: Выделить всё
for(unsigned code=' '; code<=255; ++code)
{
std::cout << std::setw(8) << code << ": " << char(code) << std::endl;
}