8000 GitHub - anvouk/C4C: Containers4C or simply C4C is a header only preprocessor-heavy implementation for many common containers available in other programming languages.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
/ C4C Public archive

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

License

Notifications You must be signed in to change notification settings

anvouk/C4C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License 4C02

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0