What is wrong?

So I made a program for playing Truth or Dare, and recently I decided to add a help menu, and once i finished and tried to compile it, it gave me some errors. Its not the cleanest of code because I've only been coding for about a month, but any help would be appreciated =)

http://pastebin.com/0DBWaZM7

This is the error that shows up in the console.

http://pastebin.com/UBf38974

(I'm using Visual Studio 2015 btw)
closed account (37oyvCM9)
One of the problems is helpOpen is not initialized before you try use it in your if statement.
Thank you, it works perfectly now.
Topic archived. No new replies allowed.