View Single Post
Old May 29th, 2006, 9:23 PM   #9
Cache
Hobbyist
 
Join Date: Sep 2005
Posts: 261
Rep Power: 4 Cache is on a distinguished road
Try clearing the stream by using 'cin.clear();' before 'cin.get();'.

EDIT: Make that: cin.sync();
Cache is offline   Reply With Quote