answersLogoWhite

0

Use Xcode. See related links below.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you run and compile a java applet program?

One can run and compile a Java applet program by agreeing to the terms and downloading it. It is possible to get a compiler online that will compile and run Java programs.


What are the steps in c plus plus?

Code, compile, link, run.


Which versions of Photoshop run on Macintosh?

All of them, the Macintosh computer was made for graphics and picture editing programs such as Adobe Photoshop.


How do you run lisp programs?

You compile and link them using a lisp compiler/linker, then run the file produced.


What programs allow a Macintosh to run Windows programs?

Many programs, both free and by cash can run a virtuall windows on most Mac's. I will how ever suggest Bootcamp and installing Windows at side of your Mac OS.


Can you run Macintosh programs on windows?

Yes. I suggest you look into VMWare or VirtualBox. http://www.virtualbox.org/wiki/Downloads


How do you compile and run the shell programs through vi-editor in Linux?

You don't Shell files/programs are not compiled. If you want to run a process through 'vi' then use the ':!' 'ex' command to shell out and execute it.


Is it possible to write a c plus plus program on Windows without installing any programs and if so how?

No, it is not possible. You need a C++ compiler, linker, and libraries, and you will only get them by installing programs, such as Visual Studio, or the GNU system. Technically, it's possible to WRITE one. You could use Notepad to do so. You'll just need the other programs if you actually want to compile and run it.


How do you compile Ubuntu?

Ubuntu comes precompiled. Although you could compile it from source, that would take days, and would be pretty silly. To compile programs on Ubuntu, first "sudo apt-get install build-essential", then run "./configure" and "make" in the directory where you have the source code.


Is overriding done at compile time or run time?

compile time


How can you compile or run the java programming?

To compile:javac MyProgram.javaTo run:java MyProgramHowever, you can also do everything (both compile and run) from within an IDE.


Do compiled programs usually run faster because they are already in machine code?

No it is because compiled programs are scared so they run like stink. Plus, uncompiled programs, ie. source programs, do not run at all... neither slowly nor fast.