CodeSynthesis XML with C++ TCP socket -


i'm not experienced c++ need ask help.

i need server implemented in c++ listens tcp port. on port should receive xml documents. found several multi-threaded tcp socket examples, have no idea how take care readtoend or converting string or xml document.

i thinking use codesynthesis works streams. how combine tcp socket , stream?

sorry if sounds noob question. appreciate example or advise.

finally used

the boost lib provides nice socket abstraction layer , input/output streams can used serializing , deserializing xml documents codesynthesis afterwards.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -