dynamic-memory-management
Here are 22 public repositories matching this topic...
Sort:Most stars
A repository for embedded systems learning portals
- Updated
Oct 29, 2022 - Markdown
This console application empowers users to find the GCF of any two integers while also discovering their common factors. It serves as an educational tool for understanding GCF calculations and factors.
- Updated
Oct 2, 2023 - C++
This C++ project implements a priority queue-based system for managing widget orders. It's designed to simulate a real-world order processing system where orders are prioritized based on certain criteria.
- Updated
Dec 20, 2023 - C++
Demonstrates object-oriented programming concepts such as dynamic memory management, copy constructors, assignment operators, and the creation of custom data structures like an ArrayList. The ArrayList class manages a dynamically allocated array of characters
- Updated
Dec 8, 2024 - Makefile
all my c++ study tasks and course project "Financial Managment System"
- Updated
Jan 14, 2025 - C++
Class Roster - Student Management System C++ console application for managing student records using object-oriented programming principles with dynamic memory management, data parsing, and validation
- Updated
Sep 22, 2025 - C++
Void data pointers manager for dedications by value, managing: insertion, deletion, finding, and printing operations.
- Updated
Mar 20, 2024 - C
Implementation of the command "reverse" that outputs the given data in reverse order with numbering and the lines mirrored
- Updated
Oct 15, 2022 - C
VM-to-Hack translator for the Hack computer built in the Nand to Tetris courses
- Updated
Oct 25, 2022 - Java
calculate absolute difference between the sums of its diagonals for a given a square matrix.
- Updated
Feb 13, 2024 - C
A complete zipper and unzipped of files using HUFFMAN encoding! This Project also allows the user to select the number of threads! This Project effectively uses the required amount of dynamic memory and frees the threads and the memory after its completions! Hence, minimizing memory leaks and making it ThreadSafe!
- Updated
Aug 6, 2023 - C
Foundational C++ project focusing on objects, classes, and pointers, emphasizing secure software development and memory management techniques relevant to cybersecurity.
- Updated
Jan 29, 2025 - C++
C programs to demonstrate my understanding of the fundamental principles of programming
- Updated
Jan 30, 2025 - C
An interactive C++ flashcard program for learning Mandarin Chinese vocabulary and sentences with multiple study modes
- Updated
Oct 21, 2025 - C++
✏️ [42] A function that reads and returns one line at a time from a file descriptor, implementing buffering techniques and a scalable approach to handle potentially large files.
- Updated
Nov 27, 2024 - C
The Address Book Project is a console-based C application for managing contacts (names, phones, emails). It supports add/delete/update/search operations using core C concepts like file handling, input parsing, and standard I/O. Designed as a foundational project, it avoids advanced data structures, focusing on fundamental programming techniques.
- Updated
Jun 18, 2025 - C
a program describing a room of cats
- Updated
Jun 24, 2023 - C++
A robust implementation of a templated LinkedList class with dynamic memory management, deep copying, and operations like insertion, deletion, and retrieval. Designed to be Valgrind-clean and memory-safe.
- Updated
Jan 11, 2025 - C++
Big number arithmetic calculator of additions, subtractions, division, multiplications and modulus, using dynamic memory allocation
- Updated
Feb 13, 2024 - C
Improve this page
Add a description, image, and links to thedynamic-memory-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thedynamic-memory-management topic, visit your repo's landing page and select "manage topics."