Explore >> Select a destination


You are here

www.think-cell.com
| | nelari.us
2.8 parsecs away

Travel
| | A small look at some useful template techniques, in the context of trying to bind functions to a virtual machine. I wrote this post mostly for myself so that these techniques would be listed all in one place.
| | www.fluentcpp.com
2.2 parsecs away

Travel
| | Do you know how to partially specialize all the kinds of templates in C++? Check out this post for how to do it while keeping your code clear.
| | mpark.github.io
1.4 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | gcher.com
24.1 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.