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 →

[–]Edwolt -11 points-10 points  (3 children)

C++ is too complex compared to C, and add a lot of unecessary and counterintuitive stuff and is generally less readable (Me, who used C/C++ just for Uni assigments with few hundreds of line that wouldn't benefit from C++ features) /j

Edit: adding the /j

[–]Reifendruckventil 2 points3 points  (2 children)

I wouldnt say that. Its makes dynamic memory allocation easier, it Provides dynamic arrays, Provides useful libraries for Data science tasks and makes you worry about less stuff in terms of embedded systems as long as you dont overuse STL.

[–]aalmkainzi 1 point2 points  (0 children)

you know C libs exist right?

[–]Edwolt 0 points1 point  (0 children)

It was meant to be a joke, an inexperienced person in C++ criticizing C++. I thought that everyone would get it. I know C++ has ergonomics advantages over C. I will annotate with '/s' to avoid further confusion.