CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Base64 Encoder/Decoder Source Code Needed

    Hi, is the source code for Base64 encoding and decoding available as freeware? I am using VC++ 5.0 and need the source code in C++ to encode and decode my binary.

    Thanks in advance.



  2. #2
    Guest

    Re: Base64 Encoder/Decoder Source Code Needed

    I've never used the code, but I've seen routines that support this in Sam Blackburn's WFC library:

    http://ourworld.compuserve.com/homep...ckburn/wfc.htm




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured