Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #22.6K
~2K People Reached
About Me

University Student

Favorite Forums
Favorite Tags
c++ x 9

3 Posted Topics

Member Avatar for cybergirl

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.

Member Avatar for codename09
0
1K
Member Avatar for gerizzel
Member Avatar for FireNet
0
156
Member Avatar for christopher

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! …

Member Avatar for christopher
0
320

The End.