@ Vicious :
cin.ignore();
cin.get();
Why using cin.ignore , how does it work?
Thanks.