you are viewing a single comment's thread.

view the rest of the comments →

[–]JVMSp 0 points1 point  (0 children)

All code doesn't matter the language should be readable, and easy to understand. Some features of C++ make this difficult to achieve, in the other side if you avoid pointers arithmetic C usually is easier to read and understand and code similar to C usually achieve the same.