Explore >> Select a destination


You are here

dev.krzaq.cc
| | www.foonathan.net
11.0 parsecs away

Travel
| | Just like regular function parameters, template parameters can also have default parameters. For class templates, this behaves mostly just like default function arguments: if you pass fewer template arguments than required, default template arguments are used to fill the remaining places. However, for function templates, it gets more complicated as template parameters for functions can be deduced by the normal function arguments. This leads to some interesting side-effects. In particular, default argumen...
| | www.fluentcpp.com
13.6 parsecs away

Travel
| | If your code is going to be used by anyone, good names will play a major part in its being manageable. This post gives guidelines about naming.
| | hackingcpp.com
15.7 parsecs away

Travel
| | Introduction, examples and visual explanations of the basic principles behind C++ standard library algorithms.
| | blog.willemmelching.nl
75.2 parsecs away

Travel
| Using Kubernetes for a small startup adds some complexity, but also has many advantages such as scaling and easy CI/CD. In this post we'll explore a simple AKS Kubernetes setup on Azure using Terraform serving a static page over HTTPS.