- Indexing starts at zero and is done with [] brackets e.g. my_list[0]
- Looks like there are some methods taking you to the beginning and end of the list
- .set(value) one method to put stuff in an array
- .push_back(value) adds on to the end so may be more useful
- Can access with pointers as well as with []
- Can be used with iterators
No comments:
Post a Comment