/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
| | solarianprogrammer.com
3.8 parsecs away

Travel
| | How to compile from sources GCC 10 on macOS Catalina
| | gustedt.wordpress.com
7.1 parsecs away

Travel
| | Since the last meeting of the C committee I am struggling with the idea of aliases as they are proposed in a long series of papers by JeanHeyd. Transparent Aliases I am struggling with this for several reasons, but most importantly is that I have the impression that it is a heavy gun pointed on...
| | www.bfilipek.com
0.8 parsecs away

Travel
| | Let's put C++17 in practice! One of the good ways to do it is to take part in a coding challenge. So together with Jonathan Boccara from Fluent C++ we invite you to participate in "The Expressive C++17 coding challenge". The Expressive C++17 coding challenge Jonathan made a few contests on his blog (for example this one), and I thought it might be fun to do something similar for C++17.
| | www.morling.dev
15.1 parsecs away

Travel
| The ResourceBundle class is Java's workhorse for managing and retrieving locale specific resources, such as error messages of internationalized applications. With the advent of the module system in Java 9, specifics around discovering and loading resource bundles have changed quite a bit, in particular when it comes to retrieving resource bundles across the boundaries of named modules. In this blog post I'd like to discuss how resource bundles can be used in a multi-module application (i.e. a "modular mo...