Got strange behavior today that I do not recall seeing when using Xcode 3. [I am now using Xcode 4.0.2 and LLVM 2.0]
cout << "Input Nparameters & Nextras: "; cin >> p >> e;
works fine with the Run (Debug) scheme but, in a Release (non-Debug) scheme, it hangs in the Xcode console window and does not read, or even show, the input values (p and e).
If I run this tool separately, in Terminal, it does work.
Am I missing something?
Thanks.