"Obj-c" Learning Essays

Source: Internet
Author: User

Before the university has learned C + +, forget almost, the former saw some of the "[Chinese version of]c language programming: A comprehensive C language introductory course (3rd edition)", think you can directly start to see "Objective-c Basic Tutorial (2nd edition)" PDF version.

Well, #import就是 include, #import <Foundation/foundation.h> contains all of the default header files, which is convenient and unique and does not repeat.

obj-c bool is different from C, is a eight-bit signed character type, in fact, only see the last, is 0 no, 1 is yes (different from true&false).

This is the beginning of the book:

int main (int argc,const char *argv[])

This good think the default is to write, is the main function with the parameters, let's remember first.

Arg is the meaning of the argument, *argv[] is the first address of the string pointer, there are several strings argc is just a few. Argv[0] is the first and so on (like an array?) )。

"Obj-c" Learning Essays

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.