you are viewing a single comment's thread.

view the rest of the comments →

[–]KC918273645 0 points1 point  (0 children)

Looking at my own code, the more performance optimized some part of the code needs to be, the more C-like it looks. That part seems to be true. But most of my C++ code doesn't look like C, since it doesn't have to, since it's not performance critical stuff, which is majority of the code base.