Explore >> Select a destination


You are here

mklimenko.github.io
| | rodusek.com
2.9 parsecs away

Travel
| | Getting the name of a type in C++ is a hassle. For something that should be trivially known by the compiler at compile-time, the closest thing we have to getting the type in a cross-platform way is to use std::type_info::name which is neither at compile-time, nor is it guaranteed to be human-readable. In fact, both GCC and Clang actually return the compiler's mangled name rather than the human-readable name we are used to. Let's try to make something better using the modern utilities from c++17 and a little creative problem solving!
| | nelari.us
3.3 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.
| | mpark.github.io
3.6 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | www.cppstories.com
22.4 parsecs away

Travel
| Let's start blogging! Previously I had a wordpress blog, but I got hacked and I needed to move to some other platform. I had had some experience with the Blogger before, so I thought I give it a chance. In this place I will write about my experience with programming in general.