Well I'm making a simple calculator, anyways if you type non-numeric values it goes all crazy, how can I use std::cin.ignore(); or another function to tell me if it's a non-numeric value?
Are you looking to completely prevent the user from typing in non numeric values or do you just need to identify when non numeric values are present and prompt for invalid entry?