Question

   bool guess( string aNumberString ); 

i got this in header file in x.h but how do you define that in the class .

I don't know How to do that !!

By the way I am using c++ !!!

Était-ce utile?

La solution

bool x::guess(string aNumberString) 
{
 // Defination
};
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top