|
You are here |
www.cplusplus.com | ||
| | | | |
eyakubovich.github.io
|
|
| | | | | 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
|
|
| | | | | Battle-tested, Mom-approved | |
| | | | |
www.fluentcpp.com
|
|
| | | | | 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
|
|
| | | My rant about the famous saying in software development, which is usually attributed to Bjarne Stroustrup. | ||