Cuberite Forum
Cuberite Forum
>
Cuberite
>
Discussion
> Why display with printf in C++ ?
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.
Creaprog
02-15-2015, 08:22 AM
Hello,
I see
https://github.com/mc-server/MCServer/bl...Server.cpp
you never use cout, why ?
xoft
02-15-2015, 08:47 AM
I guess I'm just more used to the printf() format.
worktycho
02-16-2015, 03:53 AM
Also we almost never use io directly and the printf format is easier to write a wrapper round.
Cuberite Forum
>
Cuberite
>
Discussion
> Why display with printf in C++ ?