/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

baptiste-wicht.com
| | www.foonathan.net
2.2 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
1.1 parsecs away

Travel
| | Variadic templates allow any number of template parameters of any type. In this article we see how to do a variadic number of parameters of the SAME type.
| | dlang.org
1.9 parsecs away

Travel
| | D Programming Language
| | www.thomashanning.com
18.5 parsecs away

Travel
| Creating iPhone apps on Windows is not possible because there's no Xcode for Windows. Let's look at the alternatives.