MarkSave.h 234 Bytes EditWeb IDE 1 2 3 4 5 6 7 #pragma once #include <iostream> #include <vector> #include"CppSQLite3.h" void saveDbIndex(CppSQLite3DB& db, const char* code, std::string& featureValue); void markDown(const char* code, CppSQLite3DB& db, int modelCode, float score);