Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
-
Updated
Oct 9, 2024 - C++
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
C++ online course. Modules about modern C++ features. C++11, C++14, C++17 and C++20
Data Structures project in C++11 language, uses custom Vector & String structures with Move Semantics (Rule of Five)
final project in Advanced Topics in Object-Oriented Programming
A library PoC with C++ interface, easy to write, easy to use, yet highly compatible across compiler versions
I am currently revising advance C++ concepts just to understand the language better. So I thought of creating this repo!
Move const values in C++
Advanced solutions of OOP course projects. [Templates, Multithreading, std::allocator, Move-semantics]
Implementation of red-black tree
Modern approaches to memory management applications using smart pointers and move semantics : Udacity C++ Nanodegree Course project
Udacity ND Project 3 - Building a ChatBot
Assignment 1 for Advanced Programming Course in C++
This repository contains the implementation of a simple chat bot for the sake of practicing memory management, move semantics and ownership in C++
This chatbot application using WxWidgets demonstrates skills in Memory Management concepts of C++. Concepts such as Move Semantics, Smart pointers are used in the implementation of the project.
A brief tutorial on the rule of five
Modern C++: Standard Practices from Standard Library
snippets and examples for C++'s SFINAE, move semantics, multithreading, ...
A Project for Udacity Nano-degree Program C++ for developers. This project is a Chatbot that illustrates the concept of memory management in C++
Repository contains C Programs, C++ Programs from difficulty level beginning to advanced. It also contains Modern C++ version 11, 14 and 17 programs.
Add a description, image, and links to the move-semantics topic page so that developers can more easily learn about it.
To associate your repository with the move-semantics topic, visit your repo's landing page and select "manage topics."