Explore >> Select a destination


You are here

www.cppstories.com
| | quuxplusone.github.io
5.3 parsecs away

Travel
| | These topics come up perennially in std-proposals, StackOverflow, and other places where us C++ types hang out. I thought I'd collect them all in one place.
| | hackingcpp.com
4.9 parsecs away

Travel
| | Introduction, examples and visual explanations of the basic principles behind C++ standard library algorithms.
| | cppstories.com
1.5 parsecs away

Travel
| | The C++ Standard Library: A Tutorial and Reference (2nd Edition) by Nicolai M. Josuttis We are still waiting for some more books about new C++ standard. Fortunately for us, some authors managed to write books even before C++11 is well "domesticated". One of such examples is the book mentioned in the title of this post.
| | www.bfilipek.com
25.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: