"Objective-c" 03-First OC Program

Source: Internet
Author: User

I. Open Xcode and create a new Xcode project

two. Select the simplest command line item

Since we are only learning OC syntax and have not formally entered iOS development, select command line items to

three. Enter the project name and select the foundation framework to create the project

* Type A must select the foundation framework, because the common classes of OC are included in this frame

* The bottom "use Automatic ..." is not checked at the moment, which is related to memory management. Talk about memory management.

Four, click Run, running the project

* C language source file extension named ". C", OC Source file extension named ". M"

* MAIN.M file is the only source file in our program

* The compiler compiles the. m file into an. o target file, such as MAIN.M will become a MAIN.O file after successful compilation

* The result of operation is:

2013-04-06 15:35:32.583 First OC program [429:303] Hello, world!

The first OC program is running successfully!

"Objective-c" 03-First OC Program

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.