Convinient solutions for working with strings

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

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

    Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

    Most needs are basic so most projects simply roll their own. Check out the source code of the source code version management software "git", you'll see a small bit of code dedicated to things like string data, unicode, and so forth. It's not code really "solving" string management, folks just end up filling in their needs as they go, ala https://github.com/git/git/blob/df6c4f722c94641d5a9ea5496511f7043433abc2/utf8.h

  • Cnx

    A Proof-of-Concept for a Modern Standard Library for GNU C 11+

  • 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.

  • ManagedC

    Reference counter for C

    fat pointer + garbage collection

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