Hello, I must create one graph. I have not used graph before so I am unsure how to do this. I have all the data stored, first the vertex names in a vector, and then in other vector I have saved connected I make graph from this?
Is this from Stroustrup's book Chapter 12 of "Programming - Principle and Practice (Second edition)" or from something else?
Not knowing where the "graph" header came from it is hard for anyone to tell you how to use it. And without any code there is no way to duplicate the problem or see what is wrong.