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.
- Host: GitHub
- URL: https://github.com/anvouk/c4c
- Owner: anvouk
- License: mit
- Archived: true
- Created: 2018-07-10T01:23:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T13:32:08.000Z (over 7 years ago)
- Last Synced: 2025-01-20T21:17:51.790Z (over 1 year ago)
- Topics: c, c89, containers, cross-platform, fast, library, lightweight, templates
- Language: C
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)