SQLite3怎么存入vector<string> 类型


vector里面类型的数量不能确定,我查了一下一般建议是转换成字符串,我想问问还有没有别的更好的方法。

vc++ sqlite3

精神异常人士 12 years, 2 months ago

string::c_str() 保存进去就行。

茜色D坂道 answered 12 years, 2 months ago

Your Answer