Viewing profile — clibraries
clibraries
HN member- Joined
- Tue, Jul 04, 2023, 4:48 AM UTC
- HN karma
- 94
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About clibraries
No profile information was provided.
Recent public activity
- story
-
comment
Comment #38699786
weird to throw in 3 pet libraries he is advocating for at the end
-
comment
Comment #36588745
> Well, you do support only vector containers Yes. > Your name "array" clashes with the C++ array In C they are called arrays. > And your array is unsafe sized, as last is the only…
- comment
-
comment
Comment #36586245
> demonstrate that you can't drive your tooling Apparently few can. How many image libraries came before `stb_image`? KISS is a feature. Also, tooling changes between platforms and…
- comment
-
comment
Comment #36585990
I assume you are not familiar with modern C, but I think it's a good opportunity to explain. A single header style allows you to customize the library with the preprocessor before …
-
comment
Comment #36585912
I think our projects are completely different and don't have the same goals. 1. You don't implement the most important algorithms. For example `stable_sort` for arrays. So right th…
- story