|
|
|
|
|
by EGreg
3536 days ago
|
|
Yes, RAII and exceptions (as well as a few other things like being able to declare variables anywhere) is the reason why I liked C++ in 2000 more than C. But beyond that, it all went downhill. There was no reason to make C++ the most bloated language ever. The same is true of Javascript etc. Newbies will not be able to start, now, because they will think about let/var/const the same way as in C++ they have to think about all the possible casts, copy constructor vs casting semantics etc. Tell me this for example, does the following use a cast or a copy constructor? http://stackoverflow.com/questions/11222076/why-is-copy-cons... |
|