string not recognized as declarationIt almost seems to be being recognized as a char. [code]#include <iostream> #include <string> #...
Char 48 ("0") doesn't appear.... Of course. I should have thought of that. Thank you very much. It works perfectly now. :D
Char 48 ("0") doesn't appear.Here's the entire Program [code]#include <iostream> #include <string> #include <sstream> using nam...
Char 48 ("0") doesn't appear.I'm trying to make a program that converts decimal values to hexadecimal values. I've gotten all the...
A good way to clear the screenI'm working on a rock-paper-scissors game and I'd like to have the screen clear every time a new mat...
This user does not accept Private Messages