Hi, I'm very new to the C++ language so I only do these simple programs that don't have a GUI. I use Xcode 2.4.1. So I write the code, then I click Build, and then Run. The problem is that when I run my program the I/O appears there, in Xcode. I want it to appear in Terminal or in System Console. So I changed the preferences to "Use Pseudo Terminal for standard input/output. This doesn't change anything. I tried running the executable found in the Debug folder but nothing happens when I do. Can anyone help me here?
Thanks