$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2020-06-13 15:49:29
On Fri, Jun 12, 2020 at 6:40 AM Niall Douglas via Boost <
boost_at_[hidden]> 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.