Problem runnung c++ program

Joined
Dec 18, 2011
Messages
1
Reaction score
0
Points
1
screenshot20111218at430.png


Hello, I am a starter of Xcode.
After I pressed the RUN button at the top left, the top blue little box printed out "Build sort2:Succeeded".
However, I can't see the output of my program py.cpp
Please help.
 
Joined
Aug 13, 2011
Messages
200
Reaction score
7
Points
18
Location
West Sussex
First of all, your program does have to have output from its code to the Log, if its a command line tool, if it is, print out the results you want to the Log, you can display this out in two ways.
Firstly on the toolbar where the Run button is, go right to the other end where there are three buttons labeled Views, click the middle one, which will open a log window at the bottom of the editor.
Secondly there is a smaller toolbar under the Run button, click the rightmost button with a tool tip of "Show the Log Navigator", then select the topmost log entry, which should be the most current, this will show the Lopg results in the main editor window.

Hope this helps.

Regards Mark
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top