/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

gpfault.net
| | www.bfilipek.com
4.8 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:
| | eli.thegreenplace.net
2.8 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.
| | dlang.org
5.5 parsecs away

Travel
| | D Programming Language
| | www.davidxia.com
20.5 parsecs away

Travel
| My Hints and Solutions to the First Three Levels of Over the Wire Vortex December 25, 2020 | By David Xia I recently found more wargames at overthewire.org. ...