/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

www.cplusplus.com
| | eyakubovich.github.io
3.2 parsecs away

Travel
| | It's a simple task - you want iterate over all the lines in a file and perform an action on each one. In Python it's as simple as:for line in open("somefile.txt"): print lineHow about C++11. How hard can it be? This stackoverflow post gives us a starting point. We...
| | abseil.io
2.8 parsecs away

Travel
| | Battle-tested, Mom-approved
| | www.fluentcpp.com
4.0 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.
| | waspdev.com
23.5 parsecs away

Travel
| My rant about the famous saying in software development, which is usually attributed to Bjarne Stroustrup.