Remix.run Logo
crest 2 hours ago

About half of them read as "I tried to use C++ as a worse C" e.g. using struct initilisation instead of constructors, using malloc instead of new or new[].

My pet peeve with C++ is that the sequence point operator can be overloaded at which point it stops being a sequence point.

spacechild1 2 hours ago | parent [-]

What's the "sequence point operator"?