Blockland Forums > General Discussion
print "Hello World!"
Aplem:
hi
Swollow:
@echo off
echo.hello
pause>nul
exit
Blockzillahead:
--- Quote from: Port on February 26, 2014, 08:49:54 AM ---I can't see how the strangest stream syntax I've ever seen in a programming language is easier to use than a function.
--- End quote ---
it automatically knows what youre printing
with printf you have to define if its a float, string or integer ect
+ i think its easier to overload it
Port:
--- Quote from: Blockzillahead on February 26, 2014, 03:07:32 PM ---with printf you have to define if its a float, string or integer ect
--- End quote ---
how is this a bad thing
Blockzillahead:
--- Quote from: Port on February 26, 2014, 03:14:25 PM ---how is this a bad thing
--- End quote ---
its easier to mess up?
cout is easier to use