hi!
i've got a problem i can't understand. i hope someone could help me.. :/
i've got this error:
syntax error : missing ';' before 'tag::id'
on this line in the code:
Graph :: Graph (char * str)
{
// constructor...
}
the decleration of this function in the header file is:
Graph (char * str = NULL);
of course there is #include "Graph.h" on the start of the cpp file...
does someone have any idea why that heppen?
in this project there are lot of classes, and this is the only one that doing problems.. :/
I'm programming in vs6.0, if it is important..