Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
-
Updated
Apr 28, 2023 - C
Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
This source file can be useful for those who want to understand or practice pointers in the C programming language
A managerial application developed in C++ with the aim of allowing an efficient and a user friendly manner of management thus solving a real world problem. The application is an aid for the Managerial Board of a given football club to manage and organise the numerous records that they have to maintain using the concept of filing(concept of binar…
Learning --> cpp January 2022 - winter'22
First Practicum of the Programming II subject
operating system programs and algorithms in c
simple scripts using C language and Embedded C.
Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms
A C++ implementation of the 1st version of Alexander Supalov's Naïve memory benchmark.
This is a simple console-based game that runs on the command prompt. The game is played by two players who take turns to mark X or O on a grid (grid size can change to players). The player who gets same marks in a row, column, or diagonal wins the game. This game was created as a learning project for a programming assignment.
Add a description, image, and links to the dynamicmemorymanagement topic page so that developers can more easily learn about it.
To associate your repository with the dynamicmemorymanagement topic, visit your repo's landing page and select "manage topics."