Explore >> Select a destination


You are here

www.cppstories.com
| | gcher.com
10.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.
| | cppstories.com
2.0 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.
| | solarianprogrammer.com
5.9 parsecs away

Travel
| | How to compile from sources GCC 10 on macOS Catalina
| | crocidb.com
77.6 parsecs away

Travel
| I've hit an undefined behavior with Zig and how I learned about Slices