Skip to content

Commit

Permalink
fixed links of code
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Dec 1, 2014
1 parent 6b392c4 commit 3363950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ch09/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ vector<int> vec(other_vec.begin(), other_vec.end()); // same as other_vec
we can use the constructor that takes two iterators to copy a **subsequence** of a container. But the constructor that takes a container to copy should copy whole container.
## [Exercise 9.13](ex9_13.cpp)
## [Exercise 9.14](ex9_13.cpp)
## [Exercise 9.15](ex9_13.cpp)
## [Exercise 9.16](ex9_13.cpp)
## [Exercise 9.14](ex9_14.cpp)
## [Exercise 9.15](ex9_15.cpp)
## [Exercise 9.16](ex9_16.cpp)
## Exercise 9.17:
>Assuming c1 and c2 are containers, what (if any) constraints does the following usage place on the types of c1 and c2?
Expand Down

0 comments on commit 3363950

Please sign in to comment.