encode/decode binary to base64

  • Thread starter Thread starter student
  • Start date Start date
S

student

Hi all,
Can any one help me in finding the solution to convert
binary format file (ex: jpeg, bmp) to base64 using vc++
code. any help in this regard would be appreciated.
thanks
 
Hello

If you search the net you would find a free c or c++ implementation of the
base64_encode or decode functions.

regards,
Elias
 
Back
Top