Word guessing program and C strings.I just worked on it some more. Now I need to figure how to reset match as false every time a letter ...
Word guessing program and C strings.Tried to take different approach with boolean arrays. It's incomplete and I don't think the output ...
Word guessing program and C strings.#include <iostream> using namespace std; int main() { char word[10]; char letter; char n...
Making a word guessing puzzle?I tried adding that on to what I had and it worked. Thank You.
Making a word guessing puzzle?Okay, I've figure out how to get the "You Lose!" to display. Still haven't figured out the "You Win!...
This user does not accept Private Messages