Giter VIP home page Giter VIP logo

ccc's Introduction

CCC: Common C Code

This project is aimed at collecting, after a mindful cleanup, the code that I find myself writing in a lot of my C projects. I'm sharing this hoping that it could be useful to some people.

Why?

In my spare time, I mostly program in C and C++. Between the two, I have always preferred C, but C++ offers much more, especially in terms of standard library. When working on different C projects, I tend to implement the same data structures over and over again, with a varying number of features, so I decided to put an end to this and just have a proper implementation for once.

Features

  • Fixed size types
  • Min/Max
  • Clamp
  • Assert
  • Crash
  • Error codes
  • Hashing
  • Fixed size stack
  • Fixed size queue
  • Fixed size vector

TODO

  • Strings
  • Linked lists
  • Hash tables
  • Binary trees
  • Thread Array
  • Pool

ccc's People

Contributors

emanuele-xyz avatar

Stargazers

ハル avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.