Discussion:
Poco VS Boost
(too old to reply)
Larry
2010-02-02 00:28:20 UTC
Permalink
Hi,

I was wondering what were the main differences between POCO C++ Library
and BOOST C++ Library. I have already downloaded the Boost library and I
find a really good library although I still have a long way to go with it.
Recently, I have come across the Poco library and I must admit I find it
quite good too. I would like to use one of those libraries to deal mostly
with threads and mutex. Yet, the Poco library offers a good and easy way to
deal with sockets also! Having said that, I wonder if Poco can be use the
same way as Boost. I mean just including the path in VC++ Express. Is it
like that or do I need to do some compiling?

Thanks
xcal
2010-02-05 18:43:30 UTC
Permalink
Post by Larry
Hi,
I was wondering what were the main differences between POCO C++ Library
and BOOST C++ Library.
I think you must ask this to POCO and/or Boost people/forum

hope this helps,
Carlos

I have already downloaded the Boost library and I
Post by Larry
find a really good library although I still have a long way to go with it.
Recently, I have come across the Poco library and I must admit I find it
quite good too. I would like to use one of those libraries to deal mostly
with threads and mutex. Yet, the Poco library offers a good and easy way
to deal with sockets also! Having said that, I wonder if Poco can be use
the same way as Boost. I mean just including the path in VC++ Express. Is
it like that or do I need to do some compiling?
Thanks
Continue reading on narkive:
Loading...