when I run a simple C++ program on Xcode, the compiler says it's built successfully, but there is no output. how can I make the result show up? thanks!
-
Are you talking about text output (like in a terminal window), or binary output (like a library or executable)?Maxpm– Maxpm2011-10-28 19:27:18 +00:00Commented Oct 28, 2011 at 19:27
-
i'm talking about text outputuser1018965– user10189652011-10-28 19:41:46 +00:00Commented Oct 28, 2011 at 19:41
Add a comment
|