Can anyone tell me how to clear the entire input stream when you have used cin.get(etc.). I have been using cin.clear but that it only clearing the fail bit.

Thanks.