C++ Word Guess game almost done, few problems ?[code] #include <iostream> #include <iomanip> #include <cctype> #include <string> using namespace s...
C++ Word Guess game almost done, few problems ?@jonnin instead of using a char for letter guess, I'm using a string. I couldn't figure out how to m...
C++ Word Guess game almost done, few problems ?I'm making a Word Guess game. RULES: -Player1 will enter a word of any length for Player 2 to gu...
C++ Hangman Program using Loops. @seeplus I have everything written out. I just need help setting up the first part. what i know: ...
C++ Hangman Program using Loops. I also would like to add the dashes, but I do not know where to include them
This user does not accept Private Messages