/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

port70.net
| | david.tribble.com
2.0 parsecs away

Travel
| | Incompatibilities Between ISO C90 and ISO C++98
| | timsong-cpp.github.io
3.2 parsecs away

Travel
| | [AI summary] A raw dump of the C++ standard working draft N3337 detailing language specifications, library headers, and programming requirements.
| | dlang.org
3.5 parsecs away

Travel
| | D Programming Language
| | ricardomartins.cc
15.3 parsecs away

Travel
| [AI summary] This technical blog post explains the concept of interior mutability in Rust, providing a deep dive into how std::cell::Cell and std::cell::RefCell allow mutable state within immutable structures and discusses their use cases and safety guarantees.