Larry McVoy <lm(a)mcvoy.com> wrote:
C++ seems to encourage complexity and I hate
complexity.
... by adding generics plus object orientation to the complexity of C.
However the (Mr. Big) attitude of some C++ developer teams seems to be the real problem,
'forcing' each other to use all the fancy features of the language. Beside that,
one can easily write modest OO code having many advantages over C code, like name spaces,
classes, containers, strings etc.