19 Feb
2007
19 Feb
'07
7:15 p.m.
Ovanes Markarian schrieb:
First you initialize
Graph g;
Afterward you initialize:
Graph G(5); //add some vertices and edges
And then you start to work with empty Graph g ;) Sure it will not work!
If you simply remove
Graph g;
compiler will point you what to fix ;)
Sure :-) Thanks a lot! Damn tunnel vision ... Jens