Open davidskeck opened 5 years ago
This seems like an odd choice. If someone was new to C++ they could easily get confused. Why not just use the standard output?
std::cout << x;
This seems like an odd choice. If someone was new to C++ they could easily get confused. Why not just use the standard output?