Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
trying hashing
  • Loading branch information
“craciun2” committed Mar 1, 2018
1 parent b851c30 commit 33c19c74c4a5f134eb65106c3de04fbdf8cf0550
Show file tree
Hide file tree
Showing 8 changed files with 482 additions and 8 deletions.
BIN -44.2 KB MAIN
Binary file not shown.
@@ -10,16 +10,13 @@ using namespace std;









int main()
{
// Menu.cpp file


menuu();




return 0;
@@ -3,13 +3,17 @@
#include <sstream>
#include <string>
#include <stdexcept>
#include <openssl/md5.h>
#include <stdio.h>
#include <string.h>
using namespace std;

#include "libsqlite.hpp"
#include "InGameMenu.cpp"





int createTeam(int Player_ID, string teamName)
{

@@ -27,6 +27,14 @@ git checkout - to check if its up to date

g++ --std=c++14 Menu.cpp -o MENU -lsqlite3
g++ --std=c++14 Main.cpp -o MAIN -lsqlite3

g++ --std=c++14 hastest.cpp -o HAS -lsqlite3

g++ --std=c++14 Main.cpp md5.cpp -o HAS -lsqlite3 md5_sample && ./md5_sample

g++ pass.cpp md5.cpp -o md5_sample && ./md5_sample


g++ --std=c++14 MenuRascunho.cpp -o RASCUNHO -lsqlite3


0 comments on commit 33c19c7

Please sign in to comment.