Re: Need Help In C++
Thank you Moophz very much... I really appretiate your help..
Hope everything will be ok.
But I have a question:
The first function, the compiler reads only till the first space, IE: It only reads the first word. So how can I let the function read all the string entered by the user ? I think that the while loop: ( while *t != '\0' ) should be changed, IE: we must change the '\0' into another character. Hope you can help me.
Last edited by GMA_FOR_EVER; 03-21-2007 at 09:35 PM.
|