Comment by tpxl
2 hours ago
I don't know; you can bit shift an output stream by a string (or char array) in C++ (std::cout << "Hello, world!"). That seems pretty mad to me.
2 hours ago
I don't know; you can bit shift an output stream by a string (or char array) in C++ (std::cout << "Hello, world!"). That seems pretty mad to me.
Are you trying to imply that Bjarne Stroustrup is a sane programmer?