Y
Hacker News
new
|
ask
|
show
|
jobs
by
karterk
1218 days ago
Can you give some examples of problematic C idioms in C++?
1 comments
pjmlp
1218 days ago
Manipulating C style strings and arrays, instead of the respective C++ standard library classes, calling malloc()/free() directly all over the place.
link