Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
1bd5a20ed6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (18 sloc) 487 Bytes
#include <vector>
#include <iostream>
#include <sstream>
#include <string>
#include <stdexcept>
using namespace std;
#include "libsqlite.hpp"
#include "Menu.cpp"
// this the main part, my plan was to connect the code from everyone here, i think its the best way to do it
int main()
{
//sqlite::sqlite db( "ball.sqlite" );
//PlayerInfo pi;
//pi.changePassword(7, db );
//return 0;
int Player_ID = menuu();
return 0;
}// end of main