Stars
The Standard Algorithms in C++.
A library of common data structures and algorithms written in C.
A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level la…
C projects: algorithms, games, and networking
Simple Perceptron Implementation inspired by Veritasium Video
A text editor in less than 1000 LOC with syntax highlight and search.
Hands-On Network Programming with C, published by Packt
Code from my book, "Tiny C Projects," published by Manning Inc.
A ComfyUI custom node designed for advanced image background removal and object, face, clothes, and fashion segmentation, utilizing multiple models including RMBG-2.0, INSPYRENET, BEN, BEN2, BiRefN…
codeplea / awesome-c
Forked from inputsh/awesome-cContinuing the development of awesome-c list on GitHub
codeplea / awesome-cpp
Forked from fffaraz/awesome-cppA curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
A simple and easy-to-use library to enjoy videogames programming
A hardware-aware guide to data structures for system software engineers.
📚 Modern C++ Tutorial: C++11 to C++26 On the Fly | https://changkun.de/modern-cpp/
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
rcseacord / effective-c
Forked from mbmcmullen27/effective-cbook notes for "Effective C" by Robert C. Seacord
Beginning C++ Game Programming, Third Edition