Entries from 2009-04-07 to 1 day

スタンフォード大学のiPhoneアプリ開発講座の宿題(その2)

宿題その2(Command Line Tool I)の自分なりの回答を以下に記載しておく(宿題その1は非常に簡単なので回答の記載はスキップした)。 #import <Foundation/Foundation.h> void PrintPathInfo() { NSLog(@"--- Section 1 ---"); // Expand the tilde in the path to the full path /</foundation/foundation.h>…