raii
Here are 98 public repositories matching this topic...
System Programming course assignment - Resource management in C++
-
Updated
Jul 21, 2021 - C++
About Шаблонный вектор из стандартной библиотеки
-
Updated
Feb 15, 2024 - C++
Lock-free memory pool for C++20 with thread safety and RAII support
-
Updated
Jul 2, 2025 - C++
Resource management in C++ using RAII
-
Updated
Nov 5, 2024 - C++
75.42 - Contains 3 projects: Sudoku, Frame of Reference Compressor and Honeypot FTP Server. Makes use of sockets, RAII, threads, polymorphism, etc.
-
Updated
Apr 21, 2020 - C++
A framework to create embedded Domain-Specific Languages in Scala
-
Updated
Dec 6, 2018 - Scala
C++ classes for accessing smart cards using WinAPI
-
Updated
Aug 31, 2018 - C++
Beginner-friendly C++ practice covering core programming concepts
-
Updated
Aug 10, 2025 - C++
Resource Acquisition Is Initialization or RAII, is a C++ programming technique which binds the life cycle of a resource that must be acquired before use (allocated heap memory, thread of execution, open socket, open file, locked mutex, disk space, database connection—anything that exists in limited supply) to the lifetime of an object.
-
Updated
Dec 3, 2021 - C++
Scope guard utilities for managing exit actions in C++
-
Updated
Oct 8, 2025 - C++
-
Updated
Feb 24, 2019 - C++
Container, a simplified analogue of std::vector. A pointer wrapper has been written for this container. The RAII idiom is used.
-
Updated
Apr 3, 2022 - C++
A lab work to practice the functional programming pattern
-
Updated
Apr 16, 2025 - C++
Improve this page
Add a description, image, and links to the raii topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the raii topic, visit your repo's landing page and select "manage topics."