|
You are here |
quuxplusone.github.io | ||
| | | | |
studiofreya.org
|
|
| | | | | ||
| | | | |
www.cppstories.com
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
zylinski.se
|
|
| | | 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. | ||