← Back to context

Comment by atilimcetin

8 days ago

The title looks very promising. I’ve added this library to my to-do list to take a deeper look at it. Using this standart library within restricted safe subset of C++ can be a strong opponent for Zig (at least for myself).

Haven't really verified that it works with C++, but I tried my best to guard the stuff I knew would be problematic with #if __cplusplus. Happy to have a PR that makes C++ happier with it.

At the very least, It's a treasure trove of more advanced c design patterns that are worth knowing.

As the readme describes it as basically established industry patterns passed down through word of mouth.

I find It's difficult to find deeper level C programming techniques like these normally.