Reading List
C23 Standard Sets the World on Fire from Michael Tsai RSS feed.
C23 Standard Sets the World on Fire
Terence Kelly and Borer Yekai Pan (via Hacker News): Like the previous major revision, C11, the latest standard introduces several useful features. The most important, if not the most exciting, make it easier to write safe, correct, and secure code. For example, the new <stdckdint.h> header standardizes checked integer arithmetic[…] […] In addition to these […]