/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

kristerw.blogspot.com
| | kristerw.github.io
1.6 parsecs away

Travel
| | This post describes the implementation of pysmtgcc. See "GCC Translation Validation" for background information.
| | blog.lohr.dev
4.7 parsecs away

Travel
| | A review by a Rust enthusiast
| | etherealwake.com
5.0 parsecs away

Travel
| | Inline functions are a notable feature of both C and C++. By exposing the source file to the implementation of a function, they allow a variety of optimization techniques that wouldn't be possible if it had to call out to a subroutine in a different file (at least without link-time optimization). However, despite the common syntax, the C and C++ languages implement them in very different ways. While C++ takes a "user friendly" approach and automatically manages the manipulation of multiple implementation...
| | markodenic.com
27.6 parsecs away

Travel
| Free programming books, algorithms, public APIs, and much more.