hey guys:

getting a problem when i'm #including into my files here.. i'm getting multiple definitions of my adjacency list... here is my situation..

i have a graph.cpp graph.hpp and a driver.cpp

the .hpp is my header for the graph class, i want to be able to use the adjacency list across the program and i included it in the .hpp file.. but i get the double declaration error cuz i # include the graph.hpp into both of my .cpp's..

i hope that makes sense.. puhleeze.. reply..

thanks