/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

www.playembedded.org
| | leonardschuetz.ch
2.8 parsecs away

Travel
| | Introduction to NaN boxing
| | www.integralist.co.uk
1.7 parsecs away

Travel
| | [AI summary] The provided text is a detailed exploration of various C programming concepts and practices. It covers topics such as pointers, memory allocation, data types, arrays, and functions. The text also includes examples of code, explanations of concepts, and discussions on best practices in C programming.
| | numbersallthewaydown.com
2.3 parsecs away

Travel
| | Pointers are a frequently confusing topic for intermediate computer science students. A misunderstanding about the arithmetic surrounding pointers or even the very nature of what a pointer is, is a significant barrier to students that need to code in C or C++, or do tasks with large data that needs to be efficient. By the...
| | www.ralfj.de
25.4 parsecs away

Travel
| This is a cross-post of an article that I wrote for the SIGPLAN blog. "Undefined Behavior" often has a bad reputation. People see it as an excuse compiler writers use to break code, or an ...