Prev: conversion from `std::_List_iterator<int>' to non-scalar type `std::_List_iterator<int*>' requested
Next: Implementing design by contract as RAII
From: Why Tea on 29 Jun 2010 05:34 { It seems that this has not been answered in the FAQ. -mod } I've just joined the group. Could someone please recommend a good book for learning Boost? Thanks. /Why Tea -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: Ike Naar on 29 Jun 2010 17:08
In article <a0881aa0-6b3e-41ff-8635-51f12a1eb3f2(a)x27g2000yqb.googlegroups.com>, Why Tea <ytlim1(a)gmail.com> wrote: >I've just joined the group. Could someone please recommend a >good book for learning Boost? "Beyond the C++ Standard Library, An Introduction to Boost" by Bjorn Karlsson. And there's a lot of documentation on the Boost website, http://www.boost.org -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |