|
|
back to boardno more inputs? HOW?? Posted by pister 22 Apr 2008 09:19 When I try to use while(cin>>input) it can't work... someone tell me how ? Re: no more inputs? HOW?? "cin>>input" returns a data type named "class istream" which is never zero. It's not the same as "scanf()" in C. |
|
|