Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

Course dedicated to learning C++ language and OOP paradigms.

Awesome Lists containing this project

README

        

![visitors](https://visitor-badge.glitch.me/badge?page_id=sdthaker.visitor-badge)

C++

# 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