13 Jun
2020
13 Jun
'20
3:49 p.m.
On Fri, Jun 12, 2020 at 6:40 AM Niall Douglas via Boost < boost@lists.boost.org> wrote:
Said same built-in string object would also be available to C++, by definition.
C++ already has such an object, it's called std::string, the implementation can do what it wants with it. To use it in C, all you need to do is compile your C program with a C++ compiler.