https://github.com/mijuqd/tailoring-shop-system
This project was part of our First-Year, Second-Semester coursework for the Computer Programming 1 Laboratory subject. It incorporates all the topics covered during the course, except for pointers and memory addressing, which I omitted as they required file handling to store data as a string.
https://github.com/mijuqd/tailoring-shop-system
cpp filehandling rng
Last synced: 12 months ago
JSON representation
This project was part of our First-Year, Second-Semester coursework for the Computer Programming 1 Laboratory subject. It incorporates all the topics covered during the course, except for pointers and memory addressing, which I omitted as they required file handling to store data as a string.
- Host: GitHub
- URL: https://github.com/mijuqd/tailoring-shop-system
- Owner: MIJUQD
- Created: 2025-01-14T20:05:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T20:19:29.000Z (over 1 year ago)
- Last Synced: 2025-01-14T21:27:22.324Z (over 1 year ago)
- Topics: cpp, filehandling, rng
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Contribution to this System :
- Developed the entire project in C++ by actively utilizing resources such as lectures, professor-provided materials, consulting online materials, and using video tutorials to address challenges and refine the project.
- Led the team in writing the documentation paper, coordinating efforts and ensuring all sections were completed. Unfortunately, the tight deadline restricted us to refine the paper and improve the code's robustness, particularly in file handling reliability.