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]
Modern approaches to memory management applications using smart pointers and move semantics : Udacity C++ Nanodegree Course project
Implementation of red-black tree
This repository contains the implementation of a simple chat bot for the sake of practicing memory management, move semantics and ownership in C++
Udacity ND Project 3 - Building a ChatBot
Assignment 1 for Advanced Programming Course 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.
Advanced solutions for laboratory works by OOP.
Examples based on Nicolai Josuttis' book C++ Move Semantics
C++ Memory Management Udacity Project
Repository contains C Programs, C++ Programs from difficulty level beginning to advanced. It also contains Modern C++ version 11, 14 and 17 programs.
Basic calculator program demonstrating the use of a parser generator for reading user input.
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."