Hello, I'm having a little bit of trouble, You see i can't figure out why in the following bit of code :
void quit()
{
cin.ignore("/n");
cin.get();
}
I'm getting the following error when i try to compile:
"invalid conversion from `const char*' to `int' "
Any help with this would be great.