我一个英文字典的数据库文件sqlite.db,怎么把它复制到documents里?
virtual unsigned char* getFileData(const char* pszFileName, const char* pszMode, unsigned long * pSize);
:877: 3Q
怎么把读取到的数据写入?
CCFileUtils::sharedFileUtils()->getWritablePath();
fopen 居然有字数限制 
用fwrite可以完成的事,何必纠结一定要cocos2dx内置的咧。。
内置的跨平台可能性比较高,虽然里面可能也是使用fwrite,但是封装好的,跟你直接用的,这就是区别……嘛嘛,虽然结果还是用了fwrite 