Hello World in the Objective-c

Source: Internet
Author: User



Objective-c on the basis of C language, added some of their own unique features, and in Objective-c compatible with the original C language usage. In Objective-c, there is a certain difference between implementing Hello World and C, as follows:


#import <Foundation / Foundation.h> // Find the header file in the Foundataion framework Foundation.h header file
int main (int argc, const char * argv []) {
     // In object-c, use the function NSLog function to output
     NSLog (@ "Hello World!");
     // @ indicates that the string inside the quotes needs to be treated as an NSString element in Cocoa
     // NSLog function will automatically add a timestamp, and automatically add a newline character
} 





Hello World in the Objective-c


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.