|
-
Apr 11th, 2000, 09:56 AM
#3
Member
i used to use c++ and when i came to a situation like that i always did a do while loop. lets see if i can remember. do something like this.
str choice = "Yes"
Do While(choice == "Yes")
'select code goes here
cout << "Again";
cin >> choice
Loop
i know my syntax is bunk, but that should get you going
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|