Skip to content

Commit

Permalink
update 9.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy committed Oct 21, 2015
1 parent 190abeb commit 856edce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch09/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ cannot.
## Exercise 9.37:
>Why don’t list or array have a capacity member?
`list` elements does not store contiguously. `array` has the fixed size, thus cannot added elements to it.
`list` does not hold elements contiguously. `array` has the fixed size statically.

## [Exercise 9.38](ex9_38.cpp)

Expand Down

0 comments on commit 856edce

Please sign in to comment.