From: Ulrich Eckhardt on 29 Jan 2010 06:45 gervaz wrote: > Ok, so I'll narrow my question: a portable HTTP access libray. Subversion uses 'neon' or 'serf' as HTTP client libraries. I'd look at those first. Alternatively, I'd look for inspiration from other projects that are HTTP clients. Uli -- Sator Laser GmbH Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932 [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: Rui Maciel on 29 Jan 2010 06:40 gervaz wrote: > Hello, can you suggest me a portable C++ network library? So far I've > been told that there are ACE and boost::asio but I know nothing about > them, have you ever used them? Impressions (in terms of easy-of-use, > documentation, design)? What about sockets? Rui Maciel -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: Edgardo Portal on 30 Jan 2010 04:34 On 2010-01-28, gervaz <gervaz(a)gmail.com> wrote: > > Ok, so I'll narrow my question: a portable HTTP access libray. Thanks. > For now I'll give ACE a shot. libcurl -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
First
|
Prev
|
Pages: 1 2 Prev: Using vs. typedef Next: Why are static member variables allowed in c++ and not in C? |