Вопрос

   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