Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

C++ : Fun with functions

Share this post!
 Vote this!

Fun with functions presents a modern, functional programming look on functions within C++/C++11. It shows what is possible with function, how it can be applied and how it ties into the STL library. I've very much tried to explain things by example. This information should give you a broader look on how functions can be used and let you have more fun with them. It is aimed towards intermediate to advanced level programmers, for a basic introduction to functions read http://www.dreaminco...-i-the-basics/.

The tutorial will cover the following topics.

  • Function pointers
  • Anonymous/lambda functions
  • Partial function application
  • Higher order functions
  • Higher order functions in the STL
  • Templating our functions
  • Creating new loop constructs
  • Variadic template functions  more...

0 comments:

Post a Comment