"Mu-Guest network: Basic Basics of iOS Foundation Framework Experience" Learning notes

Source: Internet
Author: User

Foundaton Foundation

Framework Framework

Class structure relationships for 1.Foundation frames

1 intMainintargcConst Char*argv[]) {2 @autoreleasepool {3         //C language String4         Char*ch ="Hello objective-c";5NSString *ns =@"Hello C";6         //conversion between OC and C languages7         //C language->oc language8NSString *oc =[NSString stringwithutf8string:ch];9NSLog (@"string converted to OC language:%@", OC);Ten         //OC Language->c language One         Const Char*c =[NS utf8string]; ANSLog (@"string converted to C:%s", c); -     } -     return 0; the}

"Mu-Guest network: Basic Basics of iOS Foundation Framework Experience" Learning notes

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.