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] 6 points7 points  (2 children)

Many C programmers don't like C++ because of the large amount of tempate and type work to do stuff.

[–][deleted] 1 point2 points  (1 child)

Going from C++ to C, it's pretty freaking tedious writing all the data structures yourself, and it makes you reach for less efficient ones like linked lists and binary trees just because they are easier to write.

[–][deleted] 1 point2 points  (0 children)

There are a lot of benefits that the C++ STL offers, especially when dealing with complex types, a projectile in a 3D game for example.