DuanZhaobing
Results
1
issues of
DuanZhaobing
SQLite::Database dbs("hello.db3", SQLite::OPEN_READWRITE | SQLite::OPEN_CREATE); auto db_name = dbs.getFilename().c_str(); When I use the above code to create and get the database file name, the compiler prompts an error and cannot...
question