I’m expecting a fair bit of C programming (or C++) in my future because of Arduino and other microcontrollers. Today I came across modern-c-features which enumerates the new features in C.
Modern C Features
Reply
I’m expecting a fair bit of C programming (or C++) in my future because of Arduino and other microcontrollers. Today I came across modern-c-features which enumerates the new features in C.
This in my feed today: How Clay’s UI Layout Algorithm Works:
Clay is a UI layout library written in C, and this video gives a high level explanation of how the flexbox-like layout algorithm in Clay works.