binary_to_base64 example

10 Nov
2006
10 Nov
'06
12:27 a.m.
Hello, Does someone have an example of how to use the base64_from_binary class to convert a 'char *' buffer to base64 text in a local buffer? I believe this is probably one of the simplest uses of the function but I can't make sense of the documentation. Best regards, Kervin

10 Nov
10 Nov
1:53 a.m.
This is used in the file boost/archive/impl/basic_text_oprimitive.ipp . Perhaps this might shed some light on how its used. Robert Ramey Kervin L. Pierre wrote:
Hello,
Does someone have an example of how to use the base64_from_binary class to convert a 'char *' buffer to base64 text in a local buffer?
I believe this is probably one of the simplest uses of the function but I can't make sense of the documentation.
Best regards, Kervin
6720
Age (days ago)
6720
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kervin L. Pierre
-
Robert Ramey