I know a lot of people would criticize the practices/styles used in ptypes - but I've yet to see another C++ library that is as easy to use, easy to read, AND most importantly cross platform. Hell even raw sockets in C is easier to use and understand than boost [1].
This is one of my favorite comments on reddit [2].
vs
http://www.boost.org/doc/libs/1_35_0/doc/html/boost_asio/tut...
I know a lot of people would criticize the practices/styles used in ptypes - but I've yet to see another C++ library that is as easy to use, easy to read, AND most importantly cross platform. Hell even raw sockets in C is easier to use and understand than boost [1].
This is one of my favorite comments on reddit [2].
[1] http://www.thegeekstuff.com/2011/12/c-socket-programming/
[2] http://www.reddit.com/r/programming/comments/197dn1/introduc...