Skip to content

Commit

Permalink
fixed #221
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy authored and pezy committed Apr 26, 2015
1 parent 1af079f commit d6abb6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ch03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,7 @@ You can also use gdb to debug the value when the code is running.
>List some of the drawbacks of using an array instead of a vector.
1. can't add elements to an array.
2. can't use auto to deduce the type from a list of initializers.
3. no arrays of references.
4. can't use template and iterator.
5. vector have lots of useful methods and algorithms.
2. vector is better supported bt std.

##Exercise 3.30
>Identify the indexing errors in the following code:
Expand Down

0 comments on commit d6abb6f

Please sign in to comment.