Программы на C++. Форум разработчиков
-
Anonymous
Проблема с занесением информации в базу данных sqlite3 на C++
Сообщение
Anonymous »
вот мой код
Код: Выделить всё
#include
#include
#include
#include
#include
#include
using namespace std;
void CreateTable(int open, sqlite3* db, char* ERR)
{
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79151192/the-problem-with-entering-information-into-the-sqlite3-database-in-c[/url]
1730570125
Anonymous
вот мой код
[code]#include
#include
#include
#include
#include
#include
using namespace std;
void CreateTable(int open, sqlite3* db, char* ERR)
{
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79151192/the-problem-with-entering-information-into-the-sqlite3-database-in-c[/url]