No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: Perhaps, [code] int x,y; cout << "Enter coordinates for your X: "; while(true) { cin >> x; if ((x>=3) || (x<0)) cout<<endl<<"invalid move. try again with a number from 0 to 2: "; else break; } [/code] and then the same for y. | |
Re: and what's wrong? (ie. does it not compile, or does it not work as you think it should?) | |
Re: I guess you'll need Microsoft's compiler, afaik their code (MFC) won't compile by other compilers. The easiest way would be to get Microsoft Visual C++ (but it costs money :)) Can't you ask your 'programmer' to compile the application for you? edit: BTW there's a link below ('related links'; wow! … |
The End.