C++ is the Starting Strength of programming

C++ is the Starting Strength of programming.

Attached: BStroustrup_MAIN-720x510.jpg (720x510, 44.28K)

Wrong

D--
when?

Reasonable comparison, but if so, Python is the Crossfit of programming.

is c++ the best to learn as a beginner?

1

>is c++ the best to learn as a beginner?
It's a fucking ugly ass language but it does everything and actually teaches you pointers, recursion, and data structures if you ignore OOP insisting on flawed design patterns, so yes, it's a good enough beginner language.
Honestly, just learn C instead.

If you just want to learn one language, yes.

>Honestly, just learn C instead.
C is like a crippled version of C++. You reinvent the wheel constantly and lose out on the benefits of a much better standard library. Unless you're doing embedded programming on extremely low resource systems, there is literally no reason whatsoever to pick C over C++.

>Honestly, just learn C instead.
This. C is the best language for beginners who wish to not only get a better grasp on programming, but computing in general.

>much better standard library
Just because the library is standard, it doesn't make it a good library. Lot of C++ STL features are hacked together and are kept for legacy purposes.
Who am I kidding, modern C++ is just using libboost anyway.

with C you can easy piss on your leg
it is harder with C++ but if you do
you're dick fells off

>shave his face
>keeps that disgusting hair on the sides despite having a bald top.

Why are IT people like that?

A cult?

No, C++ is actually used by professionals.

this is what c++ does to you.
ill stick with c, fanks

Attached: bjorne-bald.jpg (720x510, 79.4K)

>OOP insisting on flawed design patterns

Attached: you are here.png (1200x1041, 208.38K)

And what's GOMAD?

>You get into lifting to look like superman, SS turns you into a fat mess with big legs and small arms
>C++ makes you hate programming

you're more or less right, they're both traps for beginners

Modern C++ standard library is not the STL.

Yes, I learned programming with it. If you learn C++ you will have seen almost everything and pick a better language. For me that was C, because I enjoy it's simplicity.

leetcode