I understand XML doesn't align with any language necessarily, but what would be the best way/ libraries to use when going from c++ to c# and back?
I am building an app with xamarin, I am going to be receiving and sending data through XML to a server that is coded in C++. I am new to how XML is sent, received and parsed, and need some information on the best way to send XML data over TCP, receive it on the other end, parse the information, and then turn it into variables or objects to process in the c++ app server side. How would this best be accomplished?