Pergunta

   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++ !!!

Foi útil?

Solução

bool x::guess(string aNumberString) 
{
 // Defination
};
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top