/C4C

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

Primary LanguageCMIT LicenseMIT

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)