Skip to content

Commit

Permalink
the algorithm header is cool
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Apr 10, 2014
1 parent 5d94e8c commit c00c4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion from_goto_to_std-transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ std::transform - elapsed time: 0.464696s
```
## Conclusion
For better maintainability of your C++ software make use of the stuff in the [`<algorithm>` header](http://en.cppreference.com/w/cpp/algorithm). Once you get used to it you will enjoy every for loop you do *not* have to read. ;-)
For better maintainability of your C++ software make use of the cool stuff in the [`<algorithm>` header](http://en.cppreference.com/w/cpp/algorithm). Once you get used to it you will enjoy every for loop you do *not* have to read. ;-)
With [effective stl](http://www.amazon.com/dp/0201749629) Scott Meyers has written a very nice book covering this and more in depths.
Herb Sutter's [talk about lambdas](https://www.youtube.com/watch?v=rcgRY7sOA58) can also help to get more into this topic.

0 comments on commit c00c4ca

Please sign in to comment.