C ++ programmers underestimate simple mistakes
Ask an abstract C ++ programmer what are the most common mistakes and are most likely to hear: null pointers, division by zero, undefined behavior, array out of bounds, uninitialized variables. But this has little to do with reality. Rather, it is a set of mistakes that we have all …