Hacker News new | ask | show | jobs
by jhasse 2958 days ago
strcat is C and not C++ though.
1 comments

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.