My 5 Favorite C Functions 2023-11-15 https://blog.tal.bi/posts/top-five-libc-functions/ talbi #c #programming #list
Arbitrary-sized Integers in C23 2022-12-19 https://blog.tal.bi/posts/c23-bitint/ talbi #c #programming #c23
VLAs: The C feature nobody uses but why VLAs are unsued? and what are they? 2022-03-16 https://blog.tal.bi/posts/vlas-in-c/ talbi #c #programming
Namespaces in C 2021-11-29 https://blog.tal.bi/posts/namespaces-in-c/ talbi #c #programming #bad-ideas
Exception handling in C 3 ways to add exceptions to C 2021-10-24 https://blog.tal.bi/posts/exceptions-in-c/ talbi #c #programming