Skip to content

Comment on Why should I have written ZeroMQ in C, not C++ (part II)parent

Comments

C++ is a ridiculously complicated language. And I mean that in a bad way.

What really gets my goat is the minimal differences between 'struct' and 'class'. Why do we need both again? If you're going to allow structs to have member functions and such, then you should never have had a 'class' keyword to begin with. Ugh.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.