makbulut1 / CPP-Module

CPP-Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPP-Module

This repository is for CPP programming language learning exercises. Excellent course given by Guillaume Revyin. Introduction, Constructors, Destructors and memory, friend and inheritance, overload and polymorphism, Multiple inheritance, STL, Containers and Iterators, Abstract types and templates and Exceptions.

My Comment

In this project, I was introduced to OOP for the first time and learned cpp and general exercises. I learned a lot and it was a nice project. Each cpp folder is considered as a project and there are different programs in each exercise folder in them. Thank you FT.

This first module of C++ is designed to help you understand the features of the language compared to C. Time to dive into object-oriented programming!

This module is designed to help you understand memory allocation, reference, pointers to members, and use of the switch in CPP.

This module is designed to help you understand Ad-hoc polymorphism, overloads, and orthodox canonical classes in CPP.

This module is designed to help you understand Inheritance in CPP.

This module is designed to help you understand Subtype polymorphism, abstract classes and interfaces in CPP.

This module is designed to help you understand Try/Catch and Exceptions in CPP.

This module is designed to help you understand the different casts in CPP.

This module is designed to help you understand Templates in CPP.

This module is designed to help you understand templated containers, iterators and algorithms in CPP.

About

CPP-Module


Languages

Language:C++ 93.7%Language:Makefile 6.3%