this post was submitted on 13 Apr 2024
730 points (96.0% liked)

linuxmemes

20464 readers
290 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 54 points 4 months ago (1 children)
[–] [email protected] 33 points 4 months ago (2 children)

In the specific use case of kernel programming, maybe. But the Standard Template Library is awesome.

[–] [email protected] 5 points 4 months ago

they dumped everything in the languaga, at least samething they needed to have right, it's otherwise statistically impossible

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago) (1 children)

The STD is maybe the only good thing C++ has over C, and even that is awful compared to other language’s standard libraries.

I can’t name another good thing C++ has. Maybe templates. C++’s reliance on inheritance for polymorphism is awful (should’ve gone with interfaces/traits).

Not to mention the mess with all the different types of constructors that must always be implemented.

It’s just a bunch of bad design choices added on top of an old outdated language.

[–] [email protected] 2 points 4 months ago

The STD is maybe the only good thing C++ has over C, […]. I can’t name another good thing C++ has. Maybe templates.

Are you high? I was praising the STL, you know, the template library?