Forum: C++ Sep 11th, 2007 |
| Replies: 5 Views: 2,265 If you would look closely he has 2 different Graph classes apparently, Graph and Graph1
if(var==true)
{
Graph g1=CreateGraph<Graph>(vertex,edge);
}
else
{
Graph1... |
Forum: C++ Sep 11th, 2007 |
| Replies: 5 Views: 2,265 Without seeing all the other code it is difficult to see what you are doing... One quick fix would be to add the function calls within the if statements. If you posted more about these Graph and... |