/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

cppstories.com
| | gcher.com
3.4 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.
| | www.bfilipek.com
0.8 parsecs away

Travel
| | Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that:
| | solarianprogrammer.com
2.3 parsecs away

Travel
| | How to compile from sources GCC 10 on macOS Catalina
| | mkaz.blog
22.7 parsecs away

Travel
| [AI summary] A comprehensive guide for programmers with basic experience who want to learn practical Python coding techniques through code examples.