/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

david.tribble.com
| | isocpp.github.io
4.0 parsecs away

Travel
| | The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
| | jorenar.com
2.5 parsecs away

Travel
| | [AI summary] The provided text is a comprehensive overview of various advanced C programming techniques and features. It covers topics such as preprocessor tricks, metaprogramming, inline assembly, coroutines, and more. The text also includes examples of using _Generic for type-based dispatch, handling variadic functions safely, and implementing a garbage collector. The content is highly technical and demonstrates the flexibility and power of the C language.
| | cigix.me
2.8 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.
| | ericniebler.github.io
26.9 parsecs away

Travel
| D4128: Ranges for the Standard Library: Revision 1 :