Hi Folks, I am new to Boost. I have looked at the Boost Documentation on the web (http://www.boost.org/libs/libraries.htm) and although it does a very excellent job of listing all the libraries, it doesn't really have any overview documents or tutorials as such. What I would like is some documents that tell me the power of Boost, what its useful for, etc. Any help would be greatly appreciated. Sam Gentile .NET Consultant ManagedCode@attbi.com http://www.samgentile.com http://radio.weblogs.com/0105852/ [Non-text portions of this message have been removed]
Well, the good news is that there's a book in the works...
The bad news is that it's been stalled, and it'll probably be a year before
it's out.
--
Truth,
James Curran
www.NovelTheory.com (Personal)
www.NJTheater.com (Professional)
www.aurora-inc.com (Day job)
"Sam Gentile"
I am new to Boost. I have looked at the Boost Documentation on the web (http://www.boost.org/libs/libraries.htm) and although it does a very excellent job of listing all the libraries, it doesn't really have any overview documents or tutorials as such. What I would like is some documents that tell me the power of Boost, what its useful for, etc. Any help would be greatly appreciated.
Well that's good I guess but even some articles, minor overview. I
mean rather than read all the library functions one by one or by
areas, what are the main advantages of Boost? What does it have that
I can't get with my compiler?
--- In Boost-Users@y..., "James Curran/MVP"
Well, the good news is that there's a book in the works...
The bad news is that it's been stalled, and it'll probably be a
it's out.
-- Truth, James Curran www.NovelTheory.com (Personal) www.NJTheater.com (Professional) www.aurora-inc.com (Day job)
"Sam Gentile"
wrote in message news:004601c281b8$fbca4d20$af5c3d18@DOTNET... I am new to Boost. I have looked at the Boost Documentation on
year before the web
(http://www.boost.org/libs/libraries.htm) and although it does a very excellent job of listing all the libraries, it doesn't really have any overview documents or tutorials as such. What I would like is some documents that tell me the power of Boost, what its useful for, etc. Any help would be greatly appreciated.
Boost is a series of implementations, most of them template header files,
and some of them libraries. You need to look at the different
implementations to decide if any of them are useful for your own C++
programming needs. You certainly do not need to adapt all of Boost simply to
use the functionality in a single implementation.
"Sam Gentile"
Well that's good I guess but even some articles, minor overview. I mean rather than read all the library functions one by one or by areas, what are the main advantages of Boost? What does it have that I can't get with my compiler?
--- In Boost-Users@y..., "James Curran/MVP"
wrote: Well, the good news is that there's a book in the works...
The bad news is that it's been stalled, and it'll probably be a
it's out.
-- Truth, James Curran www.NovelTheory.com (Personal) www.NJTheater.com (Professional) www.aurora-inc.com (Day job)
"Sam Gentile"
wrote in message news:004601c281b8$fbca4d20$af5c3d18@DOTNET... I am new to Boost. I have looked at the Boost Documentation on
year before the web
(http://www.boost.org/libs/libraries.htm) and although it does a very excellent job of listing all the libraries, it doesn't really have any overview documents or tutorials as such. What I would like is some documents that tell me the power of Boost, what its useful for, etc. Any help would be greatly appreciated.
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Sam Gentile wrote:
Well that's good I guess but even some articles, minor overview. I mean rather than read all the library functions one by one or by areas, what are the main advantages of Boost? What does it have that I can't get with my compiler?
Just scan this page http://www.boost.org/libs/libraries.htm#Category It should give you a quick overview of what's available. The first things that stood out for me when I read over it was the graph library and shared pointer stuff. -- P: Egad! You astound me, Brain! B: That's a simple task, Pinky.
participants (4)
-
Edward Diener
-
James Curran/MVP
-
Sam Gentile
-
sashan