What's up guys? I have this question....I'm trying to extract a number from a stream after I extract a charachter
but after charachter it displays ASCII value, not the actual number:
cin >> ch;
num1 = cin.peek(); cin.ignore(80, '\n');
cout << ch << num1;