Very new to C++... trying to create a hangman program using a char and bool function. Have been working on it for hours and after getting it to compile, I try to run the program and it tells me it's not working! Any help would be greatly appreciated... here's my code:
basically, I'm suppose to create a function to retrieve the user's guess... Again, I'd be very grateful for any insight, as I really have no idea why it's not working even though it's compiling....
Sorry I can't help but you should put your code inbetween [code][/code] It'll be easier to read. Maybe you could insert some cout's to try to isolate the problem.