Linux C++下通过静态链接库的方式使用Sqlite
2009年10月20日 by admin
Linux C++下通过静态链接库的方式使用Sqlite
一,准备源码
1,下载最新版的sqlite3合并版,解压出三个文件.
2,编写你的测试程序.
我写的如下(main.cpp):
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
...
2009年10月20日 by admin
Linux C++下通过静态链接库的方式使用Sqlite
一,准备源码
1,下载最新版的sqlite3合并版,解压出三个文件.
2,编写你的测试程序.
我写的如下(main.cpp):
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
...