/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

blog.spreendigital.de
| | solarianprogrammer.com
3.9 parsecs away

Travel
| | How to compile from sources GCC 10 on macOS Catalina
| | yotam.net
4.6 parsecs away

Travel
| | A blog about free software and programming
| | gcher.com
5.6 parsecs away

Travel
| | As of 2019, C and C++ are the only programming languages that are supported by virtually any platforms on the market. For example both iOS and android support compiling C and C++ directly as part of their official IDEs. This is one of the reason why I decided to write my voxel editor Goxel in C99: I wanted to be able to run it on Linux, Mac, Windows, iOS, and now I am working on a Android port as well.
| | baptiste-wicht.com
21.1 parsecs away

Travel
| Variadic Templates C++11 introduced variadic template to the languages. This new feature allows to write template functions and classes taking an arbitrary number of template parameters. This a featur