Hi. I've just started using Xcode to write c++ program. The program below compiles fine and runs fine, including the "cout" line, until it gets to the "cin >> f" line. I can type in anything and it appears on the screen, but when I hit enter or return, instead of stopping receiving keyboard...