Need help with my code!

I am very new to C++ and i know my code is badly formatted, but dont hate on me because of that. I am coding in Visual C++ 2010 and I keep getting an error on the Else statement I have in my program. It is a crappy calculator that is a console application. Any help would be great. Don't rag on me if I did something wrong, as I said I am new to C++ and I wanted to make something really dumb and funny to me anyways. Here is the pastebin link: http://pastebin.com/yB18L2SY.

Thanks for any help, I don't think I did anything wrong but a C++ Vet may be able to tell me something, or even just a person that knows more than me, I think it is correct but Visual C++ is saying it is wrong. Not sure. Thanks again!

LINK AGAIN: http://pastebin.com/yB18L2SY
You forgot braces around the chunk inside of the if statement.
Yes, Thanks you Ispil!
Topic archived. No new replies allowed.