Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petru-braha/class-oop
Assignements in object-oriented programming class
https://github.com/petru-braha/class-oop
Last synced: about 2 months ago
JSON representation
Assignements in object-oriented programming class
- Host: GitHub
- URL: https://github.com/petru-braha/class-oop
- Owner: petru-braha
- Created: 2024-03-05T16:18:07.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-11T19:25:04.000Z (8 months ago)
- Last Synced: 2024-06-12T04:21:48.708Z (8 months ago)
- Language: C++
- Homepage:
- Size: 296 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# Braha Petru Bogdan: track progress
This project contains all my work in the object-oriented programming class: assignments, laboratory explanations, extra work and documentation. This setup helps me track, meticulously, my progress as well as my files. To review my development, it's important for me to have everything in one place.
To view my assignements access "oop" and "homework" directories (H1 = first homework).### Design:
- oop.cpp is the principal CPP.
- an assignment, as H3, is a folder (subfolder of "homework").
- H3 has child-folders, each one represents an exercise.
- the files of a task are placed in child-folder of the folder-assignment.
* no matter how many exercises are there, there will be one more file in the folder-assignment: `name_of_the_homework_main.cpp` (it introduces the "main" functions for every task of an assignment such that they can be called in the main function of oop_main.cpp)I'm looking for some feedback. Thank you.
# NOTE: HH11 is a separated project in its specific directory
(can't be called by the main cpp/sln)