-
All replies
-
Helpful answers
-
Oct 20, 2016 12:37 PM in response to fcoulombeby Camelot,I suspect there is more to this question than meets the eye.
To build your application, use the Product -> Build menu
What am I missing?
-
Oct 20, 2016 12:57 PM in response to Camelotby fcoulombe,I've done that, but I want to convert it to a stand alone application which is what I am trying to do.
That is what I need help with to convert it. What steps do I need to follow?
-
Oct 20, 2016 1:50 PM in response to fcoulombeby etresoft,Hello fcoulombe,
I'm sorry to have to tell you this, but people spend years learning how to do this.
1) Get a university degree in computer science or maybe try one of those "boot camps"
2) Get hired by someone who will pay you to write code for them while you learn, or maybe continue your education from 1) on your own
3) The rest is an exercise for the reader
-
Oct 20, 2016 3:18 PM in response to fcoulombeby Wayne Contello,Does the C++ program compile when you click the build button?
1) Click to build the executable
If you are looking for the executable file from XCode locate the folder by right clicking on the executable in the product folder (see (2), above). You should see a contextual menu:
If you select "Show in Finder" XCode will open the enclosing folder, then you can copy the executable out as needed.
to run the executable you should probably launch it from a terminal window (I'm assuming you are building a command line tool and not an Objective-C++ guy application)
Also take a look at compiling a c++ file on the command line using this example:
-
Oct 22, 2016 12:48 PM in response to fcoulombeby Keith Barkley,Create an interface using Xcode and then call your C++ application from the interface functions.

