$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John C. Femiani (john.femiani_at_[hidden])
Date: 2008-08-18 07:52:47
Raindog wrote:
> Hello,
>
> This will be the 2nd time I've tried to use boost::graph in a project,
> the
> first time I ended up scrapping the effort and using a different graph
> implementation because of performance reasons, but I was also considering
> scrapping it for the reasons I have listed here. My newest project
> will be
> using much smaller graphs. First, I *want* to use bgl, the problem I
> have is
> that it is by far the most complex and difficult to use library I have
> ever
> seen. I equate it to something harder than COM using only C.
>
Did you read the BGL book?
I and my coworkers read it and it was helpful. (As with the MPL book)
--John