문제

   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