tilde #6380(2008/05/30 03:24 GMT) [ Objective-C ] Rating0/0=0.00
開発環境: Mac OS X 10.5.2, Xcode 3.1 (Beta)
1 2 3 4 5 6 7 8 9 10
#import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; NSLog( [[[NSBundle mainBundle] executablePath] lastPathComponent] ); [pool drain]; return 0; }
Rating0/0=0.00-0+
[ reply ]
tilde #6380() [ Objective-C ] Rating0/0=0.00
開発環境: Mac OS X 10.5.2, Xcode 3.1 (Beta)
Rating0/0=0.00-0+
[ reply ]