
14 May
2010
14 May
'10
4:55 p.m.
Hi all! Is there any interest in a library for base64 encoding? Something like this: int main() { base64_encoder encode; std::string pure = "Hello world!"; std::string enc; encode( pure, enc ); // In enc: SGVsbG8gd29ybGQh ... } Library uses boost::dynamic_bitset. Denis -- View this message in context: http://old.nabble.com/Library-for-base64-tp28561821p28561821.html Sent from the Boost - Dev mailing list archive at Nabble.com.