Explore >> Select a destination


You are here

qsantos.fr
| | www.ralfj.de
2.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 ...
| | blog.sigplan.org
2.6 parsecs away

Travel
| | "Undefined Behavior" often has a bad reputation. But what, really, is Undefined Behavior, and is it actually that bad? In this blog post, I will look at this topic from a PL perspective...
| | blog.regehr.org
2.0 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.
| | gigamonkeys.wordpress.com
24.3 parsecs away

Travel
| One of the topics I asked most of my Coders at Work interviewees about was C++. I am not an expert, or even a competent C++ programmer and recognize that my own opinions about C++ are not well-informed enough to be worth much.1 But C++ fascinates me-it's obviously a hugely successful language: most "serious" desktop...