iphone-testsqlite是在IPHONE上使用SQLITE的测试源码, 对于在IPHONE做应用很有用.

源代码在线查看: main.m

软件大小: 2219 K
上传用户: dedien
关键词: IPHONE iphone-testsqlite SQLITE 测试
下载地址: 免注册下载 普通下载 VIP

相关代码

				//				//  main.m				//  iPhoneTestSqlite				//				//  Created by Matteo Bertozzi on 11/22/08.				//  Copyright __MyCompanyName__ 2008. All rights reserved.				//								#import 								int main(int argc, char *argv[]) {				    				    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];				    int retVal = UIApplicationMain(argc, argv, nil, nil);				    [pool release];				    return retVal;				}							

相关资源