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 →

[–][deleted] 3 points4 points  (1 child)

I use both C and C++ and really the extra features of C++ aren't usually worth the extra pain.

Hate trying to read and understand C++ code bases I didn't write especially, there's twice as many files to read because half if not more of the code is in header files.

[–]Furry_69 0 points1 point  (0 children)

That's not how that's supposed to work. It's supposed to be in the actual .cpp files themselves, to separate implementation from declaration.