/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

leonardschuetz.ch
| | abstractexpr.com
3.4 parsecs away

Travel
| | Structures allow us to combine several variables to create a new data type. Some other languages support the same concept but call it "records". If you come from object-oriented programming you can think about them as classes without methods. Declaration A structure is declared by the keyword struct followed by the name of the new...
| | www.playembedded.org
2.8 parsecs away

Travel
| | Pointers can be a daunting concept for those new to the C programming language, but they are a very powerful tool that can greatly improve the efficiency of your code. In this article, we will demystify pointers and explain how they work, why they
| | kuterdinel.com
4.2 parsecs away

Travel
| | I demonstrate how you can write a simple JIT (Just In Time) compiler for x86 in about 1000 lines of C code.
| | www.shuttle.dev
27.8 parsecs away

Travel
| Exploring how async Rust works, async primitives and using async in Rust traits