An open API service indexing awesome lists of open source software.

https://github.com/anvouk/c4c

Containers4C or simply C4C is a header only preprocessor-heavy implementation for many common containers available in other programming languages.
https://github.com/anvouk/c4c

c c89 containers cross-platform fast library lightweight templates

Last synced: 9 months ago
JSON representation

Containers4C or simply C4C is a header only preprocessor-heavy implementation for many common containers available in other programming languages.

Awesome Lists containing this project

README

          

# C4C
Containers For C or simply C4C is a preprocessor-heavy C implementation of many common containers available in other programming languages like C++.

#### This library uses Semantic Versioning 2.0.0

## Usage
See the introduction in the config.h file and the examples in the examples folder.

## Containers
In this release the following containers are supported:
- stack (LIFO)
- double linked list (Linux inspired)
- static/dynamic vector (C++ std::vector inspired)