Explore >> Select a destination


You are here

davmac.wordpress.com
| | www.bell-labs.com
3.4 parsecs away

Travel
| | [AI summary] The text provides an in-depth overview of the history, design, and evolution of the C programming language. It discusses the origins of C, its development from the B language, and key contributions by Dennis Ritchie and others. The text also covers the standardization process, notable features of C, and its impact on modern programming. It includes references to important publications and historical documents.
| | david.tribble.com
3.5 parsecs away

Travel
| | Incompatibilities Between ISO C90 and ISO C++98
| | blog.regehr.org
1.4 parsecs away

Travel
| | [AI summary] The provided text is a discussion thread about undefined behavior in C and C++ programming languages, focusing on integer overflow, pointer aliasing, and compiler optimizations. Key points include the implications of undefined behavior in real-world code, the role of compilers in handling such cases, and the balance between adhering to standards and accommodating practical programming needs. The conversation touches on tools for detecting undefined behavior, the evolution of C/C++ standards, and the importance of unit testing and maintenance in software development.
| | www.ralfj.de
22.2 parsecs away

Travel
| This post is about uninitialized memory, but also about the semantics of highly optimized "low-level" languages in general. I will try to convince you that reasoning by "what the hardware d...