Skip to content
#

static-library

Here are 164 public repositories matching this topic...

✅ This repository contains different projects that i used to learn C, contains the most basic for example Hello World until most complex topics how binary trees, Linked lists and sort algorithms.

  • Updated Apr 17, 2020
  • C

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

  • Updated May 10, 2023
  • C++

Improve this page

Add a description, image, and links to the static-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the static-library topic, visit your repo's landing page and select "manage topics."

Learn more