cin >> thing
"c\n"
"c"
123456
#include <conio.h> int main() { for (int c; (c = _getch()) != EOF; ) std::cout << "=== " << char(c) << " ===\n"; }