Explore >> Select a destination


You are here

lukecsmith.co.uk
| | www.vintasoftware.com
58.8 parsecs away

Travel
| | Lambda expressions, also known as arrow functions, are a fundamental feature in JavaScript. Learn about the advantages of Javascript Lambda functions, examples and more.
| | www.foonathan.net
71.4 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...
| | daringfireball.net
71.4 parsecs away

Travel
| |
| | degoes.net
82.2 parsecs away

Travel
| Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts