Cocos2d-x SQLite

2、初步使用 在HelloworldScene中,添加 #include "sqlite3.h" 而後在init函數中編寫代碼 sqlite3 *pDB = NULL;//數據庫指針 char * errMsg = NULL;//錯誤信息 std::string sqlstr;//SQL指令 int result;//sqlite3_exec返回值 //打開一個數據庫,若是該數據庫不存
相關文章
相關標籤/搜索