Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdthaker/senecacollege-btp305
Course dedicated to learning C++ language and OOP paradigms.
https://github.com/sdthaker/senecacollege-btp305
computer-science cplusplus-11 cplusplus-14 cplusplus-17 software-engineering stl-algorithms stl-containers
Last synced: about 1 month ago
JSON representation
Course dedicated to learning C++ language and OOP paradigms.
- Host: GitHub
- URL: https://github.com/sdthaker/senecacollege-btp305
- Owner: sdthaker
- Created: 2021-12-11T14:29:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T23:12:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T16:22:07.823Z (about 1 month ago)
- Topics: computer-science, cplusplus-11, cplusplus-14, cplusplus-17, software-engineering, stl-algorithms, stl-containers
- Language: C++
- Homepage: https://ict.senecacollege.ca/~btp305/
- Size: 2.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![visitors](https://visitor-badge.glitch.me/badge?page_id=sdthaker.visitor-badge)
# Project: Learning Outcomes
Final Project's learning outcome was to use OOP's 3 main characteristics namely, Encapsulation, Inheritance & Polymorphism and make a program that includes all the C++17 capablities and functionalities to form a complete programming solution for developing a simulation of an Assembly Line with any number of stations. The project utilizes all the below listed learning outcomes.
# Workshops: Learning Outcomes
- Rule of 5
- Enums and Unions
- Parametric Polymorphism & Inclusion Polymorphism
- Value Categories & Expressions in C++
- Compositions, Aggregations and Associations
- Functors, Function Pointers, Lambdas
- Error Handling
- STL Containers
- STL Iterators
- STl Algorithms
- File Stream (Text & Binary mode)
- Raw and Smart Pointers
- Multithreading