Explore >> Select a destination


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

Travel
| | How to compile from sources GCC 10 on macOS Catalina
| | www.cppstories.com
0.1 parsecs away

Travel
| | C++11 conformance GCC 4.81 - 100% Clang 3.3 - 100% Intel 14.0 - 84% Visual C++ 2013 - 66% Another year is almost over so it is a good time to check what is going on with C++. This time more stats and real data compared to my post from the previous year.
| | poignardazur.github.io
21.9 parsecs away

Travel
| This is an informal proposal for improving the Rust programming language. I'll assume familiarity with the language.