23 GoF Patterns: RAII-Centric C++ Implementation -> Explicit Ownership via unique_ptr/shared_ptr/weak_ptr
-
Updated
Dec 25, 2024 - C++
23 GoF Patterns: RAII-Centric C++ Implementation -> Explicit Ownership via unique_ptr/shared_ptr/weak_ptr
Unique-ownership smart pointers with observable lifetime.
Library of C++ Smart Pointers including an Intrusive Pointer and a Node Manager
final project in Advanced Topics in Object-Oriented Programming
Modern Template Techniques
Kmeans-clustering based on point-cloud data.
Punteros inteligentes del lenguaje de programación C++11, específicamente unique_ptr y shared_ptr.
Basic Cpp Library
Object-oriented programming
Console application to test various data structueres built locally
I am currently revising advance C++ concepts just to understand the language better. So I thought of creating this repo!
Object Oriented Programming (OOP) principles such as encapsulation, abstraction, inheritance, and polymorphism. This project showcases how to structure code in an object oriented manner, promoting maintainability, reusability, and scalability.
Various scripts related to NYU Tandon Bridge topics (mostly OOP)
A single-header containing smart pointer implementations in C++20
A Memory Management Chatbot Project submission that was part of the Udacity C++ Nano degree curriculum
C++ implementation of a directed graph stored in hash table
Eos is a memory manager which allow you to better control the flow of your program and avoid any allocation at runtime
Add a description, image, and links to the smart-pointers topic page so that developers can more easily learn about it.
To associate your repository with the smart-pointers topic, visit your repo's landing page and select "manage topics."