Slashdot Mirror


User: alexott

alexott's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Yu left out one #ifdef on Platform Independent C++ OS Library? · · Score: 1

    boost::asio hides many low level details of networking, and provide pretty good high level interface to networking on almost all platforms... P.S. forgot about database and XML - for database you can use soci (from soci.sf.net), and for XML - arabica XML libraries, that supports different XML libraries - expat, libxml2, xerces, etc.

  2. try boost... on Platform Independent C++ OS Library? · · Score: 1

    boost::asio for networking + events, boost::treads for threading, and boost::interprocess for shared memory & other stuff...