Name: Anonymous 2019-01-10 7:01
this is the often said sentiment, because C++ has more complex type/class systemIn reality, bugs in C++ are hidden behind layers of abstraction while C bugs are in plain sight. Fixing complex C++ code is far harder and takes much more time to properly debug. The Stroutstrup copypasta is true.
Just look at any medium size C++ project and you'll see its filled with bugs and bug reports that developers can't deal with it. C projects in constrast fix everything really fast because the bugs are obvious "in-you-face" violations of logic and common sense.