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