Why the FUCK is this cancer meant to be an improvement upon

Why the FUCK is this cancer meant to be an improvement upon
>printf("Hello, world!\n);
?

Attached: vscpp-hello-world-editor.png (580x223, 7.85K)

Other urls found in this thread:

freepascal.org/docs-html/rtl/system/writeln.html
freepascal.org/docs-html/rtl/system/write.html
twitter.com/AnonBabble

What is it with cppniles and their ugly dogshit unnecessary operators

it was a different era
they wanted to show off how operator overloading could make your code unreadable for the uninformed

In pascal is just:
program Hello_world;
begin
writeln('Hello World');
readln();
end.

more code = more pay
using sepples anywhere outside of your job is missing the point

in hwlang this is just

>this much boilerplate
try again
[code
(format t "Hello world~%")
[/code]

>is this cancer meant to be an improvement upon
No, you're a retard, these are two different programming languages

Where does it write line to?
Where does it read line from?

using namespaces std;
cout

You don't have to use `operator

>Where does it write line to?
To console retard or a file if assign one first.
>Where does it read line from?
The readln() is just to make the program pause, no need for this.
Nigger

stdin and stdout

ITT hello world artisans
Didn't expect anything else from Any Forums

>cpp
>CP plus
yeah that fits

Why doesn't it take stdin and stdout as arguments.

>Why doesn't it take stdin and stdout as arguments.
Because the compiler will solve this.

No it won't.

Dunno lol
Maybe there was no need

Yes, will solve this cnile.
freepascal.org/docs-html/rtl/system/writeln.html
freepascal.org/docs-html/rtl/system/write.html
Just dont be a nigger, simple as.

>don't be a nigger
yeah, let me depend on a fucking undefined behavior, that will need to be broken down and replaced with different kode, when I could pass parameter where it should write to instead.
Kill yourself, functional nigger.

i think c++23 obsoletes this in favor of std::print

>let me depend on a fucking undefined behavior
>undefined behavior
You have no idea what that is, do you?

in html this is just
hello world!