Hi, I have some basic problem, but I didn't found the solution so far... maybe some people are using C++ and already deal with that problem :
conversion from ?const unsigned char*? to non-scalar type ?std::string I got the `const unsigned char*` from `sqlite3_column_text()` and I want to pass the result as a `std::string` parameter to a C++ function regards, Nicolas J.