I am not sure if being in linux makes any different, but i have found online that this:
cout << \"Press Enter to Continue...\"; cin.ignore(nume
Couldn't you just use cin.get() (get one character)?