Why C and C++ are Awful Programming Languages

by albertoCaroMon 5/21/21, 8:43 AMwith 2 comments
by linkddon 5/21/21, 9:07 AM

A very opinionated article that likes to forget what C was (an assembly language with a better syntax) and what C++ was (C with classes).

The examples are dubious and won't ever make their way to production code.

It also seems that the author just discovered that they are low-level languages. I've never found any serious book on the subject claiming the opposite.