User profile: farmerdwight

User info
User name:farmerdwight
History
Joined:
Number of posts:7
Latest posts:

Accepting integer and character input
Awesome, thanks for your help and insight.

Accepting integer and character input
Using stoi does seem to work pretty well so thanks for that. I used this line of code to convert th...

Accepting integer and character input
Actually, I'm still needing a different solution. I'm specifically needing to read in two integers....

Accepting integer and character input
I guess I got fixated on having to use an integer to accept numbers. Thanks for your help.

Accepting integer and character input
Hello, I'm wanting to write a program that reads in two integers at a time and prints them out. Sim...