Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyx-0314/file-handling-activity-cp3-feutech
https://github.com/zyx-0314/file-handling-activity-cp3-feutech
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyx-0314/file-handling-activity-cp3-feutech
- Owner: zyx-0314
- License: mit
- Created: 2024-03-07T04:21:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T03:27:11.000Z (11 months ago)
- Last Synced: 2024-11-24T05:08:25.296Z (2 months ago)
- Language: C++
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File-Handling-Activity-CP3-FEUTECH
Manage students' scores through file handling.
![](https://visit-counter.vercel.app/counter.png?page=zyx-0314/File-Handling-Activity-CP3-FEUTECH)
---
Table of Contents
---
## Project Overview
This project focuses on managing students' scores through file handling techniques. It allows for the manipulation and storage of student data in files, facilitating easy access and manipulation of scores.
---
## Versions
This project has different versions aimed at enhancing its functionality and usability.
---
### Base Project - 1.0.2
Has LinkedList with FIFO concept applied, can store data and retrievable.#### Features
- Store Student Data
- Traverse Student Data
- Save Permanent File
- Retrieve Permanent File
---
### 1.1.0
Has LinkedList with FIFO concept applied, can store data and retrievable.#### Features
- Store Student Data
- Traverse Student Data
- Save Permanent File
- Retrieve Permanent File
- Option to Create Custom Named File
---
## Contribute
**How to Contribute**
Fork the repository.
Create a new branch (git checkout -b feature/contribution).
Make changes and commit them (git commit -am 'Add some contribution').
Push to the branch (git push origin feature/contribution).
Create a new Pull Request.