Re: C++ client using boost

2006-01-13 Thread James Strachan
Awesome! Many thanks for the links; taking a look now

James

On 1/13/06, David Fahlander <[EMAIL PROTECTED]> wrote:
>
> According the design decision for the C++ client, I would recommend
> using the boost libraries for smart pointers and threads. See
> www.boost.org  .
>
>
>
> Boost has become a well-know modern C++ base framework made with
> conformance to the C++ Standard Template Library. Most of the boost
> libraries use the "boost license" which is compatible with the BSD
> license. The purpose of boost libraries is to extend the standard C++
> library with modern concepts such as thread programming, garbage
> collecting etc.
>
>
>
> There is also a socket implementation built on boost (see
> http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?BoostSock
> et).
>
>
>
> /David
>
>
>


--

James
---
http://radio.weblogs.com/0112098/


C++ client using boost

2006-01-13 Thread David Fahlander
According the design decision for the C++ client, I would recommend
using the boost libraries for smart pointers and threads. See
www.boost.org  . 

 

Boost has become a well-know modern C++ base framework made with
conformance to the C++ Standard Template Library. Most of the boost
libraries use the "boost license" which is compatible with the BSD
license. The purpose of boost libraries is to extend the standard C++
library with modern concepts such as thread programming, garbage
collecting etc.

 

There is also a socket implementation built on boost (see
http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?BoostSock
et). 

 

/David