Skip to content
Permalink
Browse files
Add files via upload
  • Loading branch information
pintofoh committed Dec 9, 2019
1 parent feb7a93 commit b7e545712cc5c004418c32addd23595818f175c5
Showing 1 changed file with 4 additions and 1 deletion.
@@ -1,9 +1,12 @@
#include <iostream>
#include <iostream>
#include <array>
#include <string>
#include "libsqlite.hpp"
using namespace std;

//These sqlite codes were new to me so i used the following project for help https://github.coventry.ac.uk/milesd7/122COM-Project/blob/master/DataBase.h


int InsertLecturer(int id, string Name)
{
try

0 comments on commit b7e5457

Please sign in to comment.