Hacker News new | ask | show | jobs
by saagarjha 2422 days ago
> the usual C++ quirks like why is there both data and c_str

The usual C++ response: for backwards compatibility, because data was not required to null-terminate prior to C++11.