Explore >> Select a destination


You are here

davmac.wordpress.com
| | david.tribble.com
3.5 parsecs away

Travel
| | Incompatibilities Between ISO C90 and ISO C++98
| | cigix.me
2.6 parsecs away

Travel
| | [AI summary] The provided text is a detailed excerpt from the C11 standard, specifically focusing on the C programming language's concurrency and synchronization mechanisms. It outlines the concepts of atomic operations, memory ordering, and the 'happens before' relationship, which are crucial for ensuring correct and predictable behavior in multi-threaded programs. The text also touches on environmental considerations, such as character sets and their representation in source and execution environments. The content is highly technical and intended for developers and language designers familiar with concurrent programming and low-level system interactions.
| | 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.hanselman.com
18.3 parsecs away

Travel
| I was reading Gabby's blog post about the new TypeScript/JavaScript project ...