Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 515 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 515 Bytes

CPP_Nanodegree

This is my repo containing code for the projects related to the C++ nanodegree which is offered from Udacity.

Some of the major topics covered include

Object oriented programming - Inheritance, polymorphism, virtual functions, generic programming, operator overloading. Memory management - Dynamic memory allocation, copy and move semantics, virual memory structure, smart pointers. Concurrency - Multi-threading, promise future relation, mutexes, locks, condition variables and message queues.