Shunting Yard Algorithm, App Crash Help?So Im writing code that is supposed to convert infix to postfix, and I have it working when I am not...
Casting char to string is not workingI am trying to take a character from a string and store it in a string vector, and I know I need to ...
String to Double FunctionBecause MinGW C++ doesn't have the atod() or atoi() functions for some reason, I had to code a strin...
beginner tic tac toe gameYou don't need to include <string> to use string, it's included in namespace std;
beginner tic tac toe gameI think it would simplify things if you created two string objects called player1 and player2, at th...
This user does not accept Private Messages