C++ containers but in C

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • libC--

    C++ containers but in C

  • I always hate that I need to code every time a data structure from scratch when I need it, so I decide to recode C++ containers like (list , vector, etc..) in C. github repo: https://github.com/KaiBelmo/libC--

  • Klib

    A standalone and lightweight C library

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ctl

    My variant of the C Template Library (by rurban)

  • stb

    stb single-file public domain libraries for C/C++

  • pottery

    Pottery - A container and algorithm template library in C (by ludocode)

  • libchaste

    C-haste Library. A collection of utilities to make developing C programs fast and easy.

  • cii

    C Interfaces and Implementations

  • David R Hanson wrote a book back in 1997 that's used in some college CS courses and somewhat solves this problem. The book itself explains the interfaces and design details in depth, but the source code is here: https://github.com/drh/cii

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts