Problem with cin.get()Actually I'm just curious about this thing. Thanks for the explanation. I believe that's exactly wha...
Problem with cin.get()[code]char ch1,ch2; cout << "Character to store in ch1:" << endl; cin.get(ch1); cout << "Characte...
This user does not accept Private Messages