I'm trying to send an image in C++ using sockets.
The problem I'm facing is reading the image as binary base64 and then inserting it in a char array in order to send it.
I would really appreciate if you can help me or give me a tip on how to read the image as binary base64 then insert it into a char array.
Thank you!