How do I clear cin when wrong type is entered?Thanks I seem to have gotten it to work. I had to throw in cin.sync() also. I didn't know how to c...
How do I clear cin when wrong type is entered?This week I'm learning about exception handeling and I'm using try,throw,catch. When I get a char i...