Hacker News new | ask | show | jobs
by codr7 1178 days ago
C++ has it's ups and downs.

It's still semi-compatible with C, templates are about as close to macros as you'll get with a syntax; and the algorithms parts of stdlib are in many ways brilliant, thanks to Stepanov.

But the complexity is definitely overwhelming.

1 comments

I suspect that the complexity of C++ is mostly a reflection of complexity of software engineering in general.