Explore >> Select a destination


You are here

quuxplusone.github.io
| | studiofreya.org
8.0 parsecs away

Travel
| |
| | www.cppstories.com
6.7 parsecs away

Travel
| | What do you do when the code for a variable initialization is complicated? Do you move it to another method or write inside the current scope? In this blog post, I'd like to present a trick that allows computing a value for a variable, even a const variable, with a compact notation.
| | bastian.rieck.me
7.0 parsecs away

Travel
| |
| | zylinski.se
38.3 parsecs away

Travel
| In my book Understanding the Odin Programming Language I wrote that "Odin incorporates some of my favorite C best practices, straight into the language". But I didn't really elaborate on the details. Let's do that here! This brings me to talking a bit about a previous job I had. Back in 2021 I worked at a place called Our Machinery. We were creating a whole game engine in plain C. We used a very comfortable and powerful way to program C.