C++ Windows/Linux libraries for xml and tcp/ip

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have this C# client thats handling xml and tcp/ip messages, and I have to convert it to C++, BUT - I have to convert it to C++ in such a way that it will run on both Windows and Linux. Is there a set of standard libraries for xml and tcp/ip that I can
use on both Windows and Linux? Sorry if this sounds like a stupid question - Im very familiar with C# and .NET, but Im not very familiar with native C++ - I dont really know any of the standard libraries, just the syntax.
In case it helps, heres the exact message from the boss.

<blockquote>
<span style="color:#1f497d; font-family:"Calibri","sans-serif"; font-size:11pt 1) read/create very simple XML, and

<span style="color:#1f497d; font-family:"Calibri","sans-serif"; font-size:11pt 2) receive/send TCP messages from C++ using a library that exists on both Windows and Linux. Hopefully there is one and you can then develop on Windows and just do a quick test
on Linux.
</blockquote><hr class="sig my blog - http://blogs.windwardreports.com/tomasr/ Tea Time with Meowkins

View the full article
 
Back
Top