Binary to Base64 using MSXML in C++: I have seen many Visual Basic examples on encoding/decoding binary data as Base64 using MSXML. Can you please provide a C++ example to illustrate converting a disk file (let’s say a .JPG image) into base64 XML using MSXML?