Feed on
Subscription
RSS订阅

Linux C++下通过静态链接库的方式使用Sqlite


Linux C++下通过静态链接库的方式使用Sqlite

一,准备源码
1,下载最新版的sqlite3合并版,解压出三个文件.
2,编写你的测试程序.
我写的如下(main.cpp):

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
...

More...

« 1 »