Hello all, I'm new to the list and to Boost in general and am trying
to use an adjacency_matrix in order to plot coordinates (hopefully
that is a good use for it). I just started trying to learn it and
have entered the sample program from page 237 into my compiler
(VS.NET). Below is the program I have entered. I am getting errors
in that print_vertices, print_edges, and print_graph are undefined
and are not members of boost. Any help apprechiated! Thanks.
/**
* adjaMatri.cpp
* Nov 7th, 2002
* Boost Graph Library, pg. 237
*/
#include <iostream>
using std::cout;
using std::cin;
using std::endl;
#include