Explore >> Select a destination


You are here

leonardschuetz.ch
| | 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.
| | 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...
| | double-trouble.dev
17.9 parsecs away

Travel
| ?? Twice the fun, double the trouble.