Accepting integer and character inputAwesome, thanks for your help and insight.
Accepting integer and character inputUsing stoi does seem to work pretty well so thanks for that. I used this line of code to convert th...
Accepting integer and character inputActually, I'm still needing a different solution. I'm specifically needing to read in two integers....
Accepting integer and character inputI guess I got fixated on having to use an integer to accept numbers. Thanks for your help.
Accepting integer and character inputHello, I'm wanting to write a program that reads in two integers at a time and prints them out. Sim...