Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Dec 10, 2014
1 parent ffc5b7e commit 5789b1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ch10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ auto add = [i](int num){return i + num;};

## Exercise 10.23:
>How many arguments does bind take?
Assuming the function to be bound have `n` parameters, bind take `n + 1` parameters.
The additional one is for the function to be bound itself.

##[Exercise 10.24](ex10_24.cpp)
##[Exercise 10.25](ex10_25.cpp)

0 comments on commit 5789b1d

Please sign in to comment.