Cuberite Forum

Full Version: Why display with printf in C++ ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I see https://github.com/mc-server/MCServer/bl...Server.cpp you never use cout, why ?
I guess I'm just more used to the printf() format.
Also we almost never use io directly and the printf format is easier to write a wrapper round.