|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Apple seems to have left us more breadcrumbs in the Objective-C test cases: http://gcc.gnu.org/viewcvs/branches/apple/trunk/gcc/testsuite/ objc.dg/?sortby=date#dirlist
Here are some of the new features I've noticed, what have I missed?
Dave
- Instance variables can have access control:
@interface MyClass : NSObject { @public int public_var; @private int private_var; @protected int protected_var; }
While the others that you list are interesting, this one has been in the compiler for years IIRC.
-- Clark S. Cox III email@hidden My CV/Resume: http://homepage.mac.com/clarkcox3/files/Resume.pdf http://homepage.mac.com/clarkcox3/files/Resume.html _______________________________________________ Do not post admin requests to the list. They will be ignored. Objc-language mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
| References: | |
| >Objective-C 2.0: more clues (From: Dave Vasilevsky <email@hidden>) |
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.