Y
Hacker News
new
|
ask
|
show
|
jobs
by
jhasse
2958 days ago
strcat is C and not C++ though.
1 comments
camgunz
2957 days ago
Nah it's both. C++ was deliberately designed to be a superset of C. It's diverged a little bit, but it's mostly still the case. Or, call it `std::strcat` if you like.
link