The reason being NEVER USE GOTO. I'm not mad but I had to make it stand out. :laughing:
Goto statements are the worst and laziest method of C++ programming and should never be used. Use function calls instead. Can you post the "cin" code you were trying to use so I can debug it?
printf works using a variable parameter list. If you don't know what that is I can explain it. Basically it's a function or object that can accept any number of arguments.
EDIT: kmote got to it first