open folder where u want to clone this repo
git clone https://github.com/raghav18482/cpp-project.git
cd cpp-project
then make changes.
git add .
git commit -m "message"
git push -u origin main
git pull origin main
above command will make your folder latest like on the github
then do your work and again push it on github like above mentioned
- data folder contains the storing of all the records
- design.cpp contains the designs we will display
- storing.cpp will do all the storing related operations
- main.cpp is the main driver file
- classes.h is the most important file as it conatains the core of program
- in data folder the records are stored in the form of username