Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Base64 encode and decode

80 views
Skip to first unread message

ArunDhaJ

unread,
Dec 3, 2007, 12:02:52 AM12/3/07
to
Hi Friends,
I have to encode and decode a string with base64 format.
I tried including atlenc.h to use Base64Encode and Base64Decode, but i
get atlenc.h not found error. is that i should download some libraries
from the net or should i hve to enable any options...

Thanks in Advance,
ArunDhaJ

Brian Muth

unread,
Dec 3, 2007, 1:03:38 AM12/3/07
to
Look in your \Program Files\Microsoft Visual Studio x.0\VC\atlmfc\include folder. It is distributed as part of VS2003, VS2005 and
VS2008. I doubt you will have it if you are using one of the Express versions.

Base64 encoding and decoding are pretty easy to implement yourself if you can't find atlenc.h. Just practice your Google skills.

e.g. http://tinyurl.com/yufoxf

Brian

"ArunDhaJ" <arun...@gmail.com> wrote in message news:cda8c541-e116-4d75...@e10g2000prf.googlegroups.com...

0 new messages