3 Feb
2003
3 Feb
'03
7:07 a.m.
Hi, I downloaded the boost graph library and extract the zip file to root directory C:\boost_1_29_0 . I tried to use it to develope a project in VC++. I built the example file adj_list_cc.cpp, but the compiler give message "can not open boost/graph/graph_concepts.hpp". Based on the installation on the website, I added 'c:/boost_1_29_0' to the #include<...> line. Then, I builted it again, the compiler said other library could not be opened. I want to know whether I should add 'c:/boost_1_29_0' to all the related #include<...>. Is there an easier way to use the library? Thanks Charlie