An RAII garbage-collection system in standard C++
-
Updated
Apr 14, 2020 - C++
An RAII garbage-collection system in standard C++
An simple higher level C programming language library, with coroutine, multi-threading, an auto memory safe design.
This is to demonstrates how shared_ptr can be smart enough to use as RAII in different scenarios other than just memory management. In this demo, we use it for closing file descriptor in normal and exception conditions.
An GLFW C++ wrapper
An implementation of the C++ Smart Pointer
This is my submission for the third course in the Udacity C++ Nanodegree Program. The goal was to use my new detailed knowledge of C++'s Memory Model to optimize the memory usage of a ChatBot program.
Minimal Http Server in C++ with Multithreading
Add a description, image, and links to the raii-management topic page so that developers can more easily learn about it.
To associate your repository with the raii-management topic, visit your repo's landing page and select "manage topics."