/sticker-crud

World Cup stickers CRUD in C++

Primary LanguageC++MIT LicenseMIT

Description

This project is a World Cup player stickers CRUD me and Gabriel Willian Bartmanovicz developed for our Topics in Object Oriented Programming (OOP) in the fourth semester the Technical High School of Campinas - Unicamp, while we were studying OOP with C++ and binary representation of data. Therefore, the data related to the CRUD is saved as a .dat file instead of saving it to a regular database. The UI is in Brazilian Portuguese.

Run

# clone the project repository
$ git clone https://github.com/ojpbarbosa/sticker-crud.git

# cd into the project source directory
$ cd ./sticker-crud/src

# compile the project
$ g++ -std=c++11 *.cpp -o main
# or
$ g++ -std=c++11 *.cpp -o main.exe

# run the project
$ ./main
# or
$ ./main.exe

Stack