$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] base64?
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-07-24 15:27:44
On Mon, Jul 24, 2017 at 8:24 AM, Greger via Boost <boost_at_[hidden]> wrote:
> Here is some documentation:
>
> http://www.multi.fi/~ghaga/base64docs/html/index.html
Thank you. From the docs, I see these signatures:
std::string base64_encode (const char *buf, int len);
std::string base64_decode (const char *buf, int len);
1. How are errors communicated?
2. How does the caller specify the Allocator to use?
3. Are there routines to operate on fixed-size buffers (no allocation)?
I also see this note:
> It is available for a moderate compensation. Let me know by
> email and I will send you the source.