Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What's wrong with C++?

Name: Anonymous 2014-01-18 22:19

What's wrong with C++ and where does the name sepples comes from anyway? I mean apart from the sometimes fucked up syntax rules.

Name: Anonymous 2014-02-10 14:19

>>21
C++ is designed for perfection. Where other languages give you a feature, C++ gives you meta-features. Instead of built-in strings and vectors, it gives you templates. Instead of garbage collection, it gives you smart pointers. This way, you can (theoretically) implement your own "perfect" (most efficient and generic) strings. In practice, this turns into a nightmare since many different kinds of strings, smart pointers, etc., each perfect in its own way, will not work with each other. C++ sacrifices usability for perfection.

This leads to C++ being outstandingly complex because it deals with a lot in order to give programmers this level of perfection.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List