Simple std::vector<int> implementation in C++
-
Updated
Jun 8, 2022 - C++
Simple std::vector<int> implementation in C++
Exercising C++ classes
Object Oriented Programming (C++ and JAVA Language) Object Oriented, Shape Fit Algorithm, SVG, Vector, Operator Overloading, Dynamic Memory, Name Spaces, Inheritance, Templates, STL, Collections, Generics, Java Collections, Java GUI, Polymorphism, Encapsulation, Abstraction
All I needed to improve my C programming
Bus line simulator in C++ (Line 60). Models buses, stops, and passengers with OOP concepts, dynamic lists, and discrete event simulation.
C code made for a subject called "Algorithms and Data Structures 2" from FaMAF, UNC.
This project is a C++ memory management library that includes implementations of malloc, calloc, realloc, and free functions. Its goal is to provide functionality for allocating and freeing memory for other programs. The library is built using CMake and requires C++17. To use the library, include the header file memory.h
🕹️ Interactive graphical project implemented in C, featuring modular design, dynamic memory management, robust error handling, and file operations. Developed as part of coursework requirements for achieving a top academic grade (5.0).
A C-based command-line application for managing employee contact records using binary files and dynamic memory. Includes features for adding, retrieving, searching, and persisting structured data through a custom binary file format.
Implementation of the matrix.h library in C programming language.
C project that manages students, classes, creates logs, stores and reads data from binary and text files
This C++ project implements a Matrix class for floating-point 2D matrices with custom memory management and extensive operations. It includes matrix addition, subtraction, multiplication, scalar multiplication, inversion, and determinant calculation. It also supports custom file handling for saving and reloading matrix data.
This lab implements a memory allocator using implicit free list with segregated free list. The allocator supports malloc, realloc, calloc, and free functions.
A generic, template-based doubly linked list implementation in C++ supporting insertion, deletion, traversal, reversal, and more. Fully dynamic, memory-safe, and compatible with any data type
A simple C library for dynamic memory allocation and reallocation.
Generic C++ Array class demonstrating dynamic memory management, deep copy, and OOP fundamentals
Add a description, image, and links to the dynamic-memory topic page so that developers can more easily learn about it.
To associate your repository with the dynamic-memory topic, visit your repo's landing page and select "manage topics."