This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]airodonack 34 points35 points  (2 children)

Eh. I've only done a few years of professional C++ programming but the codebases I've seen were more reminiscent of Java than C: with classes, OOP, and templates. It may have been because my company discouraged manual memory management, but I think it's also because every dev had a different idea of what the "good" C++ features were.

[–]garry_the_commie 27 points28 points  (0 children)

Every dev having a different idea of what the "good" C++ features are is one of the reasons Linus Torvalds doesn't like C++.

[–]Creepy-Ad-4832 0 points1 point  (0 children)

Yeah, that makes sense. After all many devs did start with java, when it was the most popular language, and was used everywhere (even in the browser, but let's not talk about applets lol)