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

Why still use C++?

Name: Anonymous 2011-09-19 2:01

So, why do people still use C++ if it is so complicated? Here is what I was thinking tonight. I was watching that lecture about the C++ Renaissance, but a lot of the code was so messy even for very basic stuff. Also, the libraries were very limited to just basic computational stuff. Then we look at things like Java or Lisp were the already given libraries can do things like GUI and concurrency (C++ took a long time to catch up). Everything is pretty safe and easy to code. I do not understand why so much of the industry still uses C++.

Name: Anonymous 2011-09-21 14:08

GC is shit. auto_ptr and unique_ptr give me anything I need for zero overhead.

And if I need to go berserk I can use shared_ptr and weak_ptr from C++11 standard (or just use boost).

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