top | item 34739459

(no title)

karterk | 3 years ago

Can you give some examples of problematic C idioms in C++?

discuss

order

pjmlp|3 years ago

Manipulating C style strings and arrays, instead of the respective C++ standard library classes, calling malloc()/free() directly all over the place.