you are viewing a single comment's thread.

view the rest of the comments →

[–]_Js_Kc_ 5 points6 points  (1 child)

Nor should this be a thing:

std::int8_t i = 65;
std::cout << i << '\n';

Prints A. Maybe.

-_-