System Programming course assignment - Resource management in C++
-
Updated
Jul 21, 2021 - C++
System Programming course assignment - Resource management in C++
C++ classes for accessing smart cards using WinAPI
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.
A simple framework for rapid game prototyping with SDL and C++
About Шаблонный вектор из стандартной библиотеки
75.42 - Contains 3 projects: Sudoku, Frame of Reference Compressor and Honeypot FTP Server. Makes use of sockets, RAII, threads, polymorphism, etc.
Шаблонный класс - односвязный список
A framework to create embedded Domain-Specific Languages in Scala
Container, a simplified analogue of std::vector. A pointer wrapper has been written for this container. The RAII idiom is used.
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.
Add a description, image, and links to the raii topic page so that developers can more easily learn about it.
To associate your repository with the raii topic, visit your repo's landing page and select "manage topics."