Hi,
I have a constructor for class Grapher that is defined like this:
Grapher( const vector<string> & , string ="graph");
The thing is i would like to provide arguement for the vector<string> so that I have a default constructor e.g.
Grapher temp();
Anything I put in means gcc kicks up a fuss.
Any ideas?
Thanks
Daniel Brewer
