
Hello, I'm new here. Just a quick one:is there any network classes in the boost collection? Thank you. -- QxRSSReader v1.2.6a released (30-06-2006) PortScanner v1.2.2 ( 09-08-2006 ) http://www.gregerhaga.net/ There are no stupid questions, only stupid answers.

On 8/18/06, Greger <boss@gregerhaga.net> wrote:
Just a quick one:is there any network classes in the boost collection? Thank you.
See the recently-added Boost.Asio library. It is available from the Boost CVS and also from http://asio.sf.net/ in un-bundled form. -- Caleb Epstein

Depending on what you mean by network classes. If you need low level async i/o then yes, asio will do the work. On the other hand, if you need to interact with higher level protocols such as HTTP then you will have to reinvent the wheel yourself. For the time being when I need basic networking I'm using the POCO library (http://www.appinf.com/poco/) Steven "Greger" <boss@gregerhaga.net> wrote in message news:20060818165742.M47016@gregerhaga.net...
Hello, I'm new here. Just a quick one:is there any network classes in the boost collection? Thank you. -- QxRSSReader v1.2.6a released (30-06-2006) PortScanner v1.2.2 ( 09-08-2006 ) http://www.gregerhaga.net/ There are no stupid questions, only stupid answers.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
Caleb Epstein
-
Greger
-
Steven Burns