Would anyone know of a C++ library which can enable me to encode and decode Ascii base 85 encoding?

I'm having trouble finding one on the web.

Thanks

Recommended Answers

All 5 Replies

try googling 'c++ library Base85' That showed me a c++ source, a vb source and a c source and a fairly simple tutorial as well, all in the first page.

There's a C implementation in the Adobe PostScript SDK. Have a look on the developer site, under filters...

Hi LaxLoafer. I'm not too sure what these are for. The section under filters says that this is sample code?

Here's a simple class I wrote, which does basic base85 encoding and decoding

Brilliant.. Thanks, good post.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.