Friday, April 24, 2009

[Xcode] Xcode HowTo

Introduction:
Xcode is a suite of tools for developing software on Mac OS X, developed by Apple.
Xcode is a IDE for programming languages, such as C/C++,Java, python,Ruby and Perl etc.

Download:

Download Xcode there.
(register for free!)

Installation:
Click “xcode312_2621_developerdvd.dmg” to install.
(your version maybe different with mine)

Run Xcode:
Click “Xcode ” to run it.













Create a C Project:
Click “File->New Project”















Select “Command Lin
e Utility ” and click “Standard Tool”















Coding:
Show the “Hello, World!” message in console.






Compile and Run:

Click “Build->Build and GO(Run)”
You can see the output message in your console.

0 意見:

Post a Comment