c++ - XML replacement -


i have server application rewriting in c++ , used use xml send data client/from client. have found real pain implement xml, using existing libraries. seems counter intuitive @ times , c++ library i've used seems overly complicated.

i wondering if knew better ways send on data client server , in simpler , more intuitive way parsing xml. data consists of basic types.

i thinking maybe use struct needed data types , send on raw socket.

i have wasted time on this, it's unreal.

i'd try json or google's protocol buffers see if work you.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -