質問

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

役に立ちましたか?

解決

bool x::guess(string aNumberString) 
{
 // Defination
};
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top