The vector_as_graph class can not be used with VC++ ver 6. However, only a few examples use this class, and there are other graph classes to choose from, like adjacency_list. The directory boost/libs/graph/examples is full of examples. Also, the BGL book contains many examples. On Fri, 10 May 2002, Jive Dadson wrote: jdadso> Is there anywhere on the web to look at examples of BGL jdadso> using Microsoft VC++ 6.0 compiler? jdadso> jdadso> All I can get it to do is say, #error : The vector-as-graph module jdadso> requires a compiler that supports partial specialization. jdadso> jdadso> In the application I have in mind, the number of vertices jdadso> will not be known _a priori_ at runtime, not even jdadso> approximately. It will run an algorithm that adds jdadso> vertices to the graph as it grinds along. There may be a jdadso> huge number of vertices. The number of edges out of a jdadso> vertex will typically be two, but there could be more, and jdadso> sometimes only one. jdadso> jdadso> Dave jdadso> jdadso> jdadso> jdadso> Info: http://www.boost.org jdadso> Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl jdadso> Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com jdadso> jdadso> jdadso> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ jdadso> jdadso> ---------------------------------------------------------------------- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: jsiek@osl.iu.edu C++ Booster (http://www.boost.org) office phone: (812) 855-3608 ----------------------------------------------------------------------