Maybe I'll check it out then.
And don't get me wrong with C++ it's not that it's much different by way of other programs. It actually is incredibly powerful, and has quite a history. From what I've researched, it is an archaic language which was derived from C and something else. At the time, it was a breakthrough by way of technology. As Python did, C++ sprouted, but unlike Python, it became what is under the hood in supposedly many, if not all, game engines.
Why not use it now, then?
Also from research, the human reason for it is that print("Hello, World!")
makes more sense than cout << "Hello, World!" << endl;
.
PS: print("Hello, World!")
is actually Python.