Hacker News new | ask | show | jobs
by karterk 1218 days ago
Can you give some examples of problematic C idioms in C++?
1 comments

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