2008-10-01から1ヶ月間の記事一覧

Xcode3.1 + Sqlite3 を使用する方法

sqlite3 は標準でついているのでそれを使う。 試しにライブラリバージョンを出力するコードを書く。 #import #import int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // insert code here... NS…