Hacker News new | ask | show | jobs
by singularity2001 2795 days ago
just tried C++ after some time and was set back by:

* no []= operator in custom maps

* no enum printing

* no backtrace

* other random desasters

At least they don't work without jumping through some hoops in all of your code. So for me c++ is about as fixable/appealing as Fortran.

https://stackoverflow.com/questions/3342726/c-print-out-enum...

https://stackoverflow.com/questions/691719/c-display-stack-t...

https://stackoverflow.com/questions/3581981/overloading-the-...