View Single Post
Join Date: Nov 2008
Posts: 16
Reputation: cout<<"alias" is an unknown quantity at this point 
Solved Threads: 1
cout<<"alias" cout<<"alias" is offline Offline
Newbie Poster

Re: How can I add a loop for this code

 
0
  #8
Dec 1st, 2008
I was doing a similair problem, and with some help from people on here found that using a do-while loop with a switch instead of four if statements worked best. Check out the last page for some pointers...
http://www.daniweb.com/forums/thread159343.html
Reply With Quote