/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

glouw.com
| | akr.am
9.0 parsecs away

Travel
| | A few steps to allow quick development and debugging of C and C++ programs.
| | hackingcpp.com
3.5 parsecs away

Travel
| | A list of the major C++ compilers in 2023.
| | earthly.dev
8.4 parsecs away

Travel
| | Learn how to use `make` flags in your `Makefile` to customize the behavior of the compilation tools. Discover the benefits of using flags over hard...
| | www.rodrigoaraujo.me
19.7 parsecs away

Travel
| Virtual Machines (VMs) are a magical thing: a computer being emulated inside a physical computer. Since this emulated computer isn't physical, we call it "virtual". Such a simple description for something so powerful. From a practical perspective, VMs allow users to safely run programs in an isolated environment: the emulated machine. Why build a Virtual Machine from scratch So, why build one when there are already so many great VMs out there?