2011-06-11から1日間の記事一覧

超テキトーに弄ってみる

あれをアレな感じであれした場合 あれってのは、ほら、Automatic Reference Counting [ARC]? #import <Foundation/Foundation.h> #define kCapacity 1024 @interface ObjectStack : NSObject { id stack[kCapacity]; NSInteger head, foot; BOOL isEmpty; } - (void)push:(id)object; </foundation/foundation.h>…