看板
[ MacDev ]
討論串[問題] 使用SQLite做程式
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
#include <stdio.h>. #include <sqlite3.h>. int main (int argc, const char * argv[]). {. sqlite3 *db;. int open_status;. open_status = sqlite3_open("db.
(還有370個字)
首頁
上一頁
1
下一頁
尾頁