/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

commaok.xyz
| | eli.thegreenplace.net
5.0 parsecs away

Travel
| | [AI summary] This article explains the C++11 variadic template feature, which replaces the unsafe and cumbersome C-style variadic functions with a compile-time safe and flexible system.
| | www.bfilipek.com
3.0 parsecs away

Travel
| | Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that:
| | mpark.github.io
5.0 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | cppstories.com
21.8 parsecs away

Travel
| Maybe I'll be boring with this note, but again I need to write that this was another good year for C++! Here's a bunch of facts: Visual Studio 2015 was released with great support for C++14/17 and even more experimental features. Long-awaited GCC 5.0 was released at the beginning of the year.