Explore >> Select a destination


You are here

eklausmeier.goip.de
| | eli.thegreenplace.net
76.9 parsecs away

Travel
| |
| | text.eapl.mx
76.9 parsecs away

Travel
| |
| | www.foonathan.net
76.9 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...
| | tenthousandmeters.com
146.3 parsecs away

Travel
| Have you ever wondered what python does when you run one of your programs? $ python script.py This article opens a series which seeks to answer...