Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
a75b998049
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
48 lines (21 sloc) 868 Bytes

ALLProject2

Football manager ALL Project

SPRINT TRACKER https://docs.google.com/spreadsheets/d/1v5kGLRplzmWiJlL-IfGdw07EH_C2PRP4r3xQDPYpgYY/edit?usp=sharing This is the link, everyone has something assingned, you should do what is assigned, if you have any question como to ALL Clases

Mysql password root user password is 'codio'

git config --global user.name "craciun2"

git status

git add .

git commit -m "Messagem"

git push origin master

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 -o md5_sample && ./md5_sample

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

g++ ncurses.cpp -lncurses

sudo apt update sudo apt install sqlitebrowser sqlitebrowser &