Course 1-record the path to Ios development and course 1 ios

Source: Internet
Author: User

Course 1-record the path to Ios development and course 1 ios

To learn a new language, we often follow international conventions to write a program output: hello, world.

When learning C language, use the following program to print "hello, world ":

# Include <stdio. h> int main () {printf ("hello, world \ n"); return 0 ;}

The first C language program contains: Standard Library Information, main function, and call library function printf function print output: hello, world

 

Similarly, when learning Objective-C, the following program prints the output "hello, world" for the implementation of my first program goal ":

# Import <Foundation/Foundation. h> int main () {NSLog (@ "hello, world"); return 0 ;}

Compared with the two small programs, their subjects are the same, or their code ideas are the same, but they are different in details. After compilation, linking, and running, the output is printed.

Hello, world

A wonderful day begins!

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.