/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

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

Travel
| | Every time I work with a C library, I miss the power and capability of the type system C++ provides. That's why I developed a simple C++17 header-only helper library to pack the multiple type-dependent C-style functions into single overload deduced at compile-time. No external libraries are required. Repo link: https://github.com/MKlimenko/plusifier. Currently, it's just the header and a compile-time test file, CMake integration coming soon.
| | simoncoenen.com
4.0 parsecs away

Travel
| | Using compile-time string hashing to generate type information in C++
| | www.foonathan.net
3.3 parsecs away

Travel
| | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig...
| | www.fluentcpp.com
16.0 parsecs away

Travel
| The Expressive C++17 Coding Challenge is over, let's see the results and who won the challenge.