Subj : Re: Base64 Encoding To : borland.public.cpp.borlandcpp From : maeder@glue.ch (Thomas Maeder [TeamB]) Date : Tue Jan 20 2004 04:14 pm "Weisen" writes: > Hello, > > I am looking for a way to convert a string variable into a Base64 integer > value. I'm using Borland C++ 5.02. I've seen the _atoi64() function but > it only appears to work with a string of numeric characters. You can download the source code of an implementation from http://www.fourmilab.ch/webtools/base64/ (this was the first hit for "base64" on Google, btw). .