01 Basic syntax

Source: Internet
Author: User

1. #import的用途1>, like # include, copies the contents of a file2> can automatically prevent the contents of a file from being copied repeatedly  2. #import <Foundation/NSObjCRuntime.h>declaration of NSLog function in NSObjCRuntime.h  3, the path of the foundation framework header file1> Right-click xcode.app-> display Content2> xcode.app/contents/developer/platforms/iphoneos.platform/ developer/sdks/iphoneos6.0.sdk/system/library/frameworks/foundation.framework  4. main header file1> main header file: The main header file, the name is usually the same as the frame namethe primary header file name for the 2> Foundation framework is Foundation.h3> only need to contain the foundation framework Master header file, you can use the whole framework of things  5, OC under the command line of the operation process1> writing OC source files:. m,. C2> Compilation: Cc-c xxx.m xxx.c3> link: cc xxx.o xxx.o-framework Foundation(only the foundation framework is used to add the -framework Foundation)
4> run:./a.out

01 Basic syntax

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.