adding the underscore
This commit is contained in:
@@ -75,8 +75,7 @@ pointers and arrays.
|
|||||||
- m_size indicates the number of locations currently in use in the vector. This is exactly what the size()
|
- m_size indicates the number of locations currently in use in the vector. This is exactly what the size()
|
||||||
member function should return,
|
member function should return,
|
||||||
- m_alloc is the total number of slots in the dynamically allocated block of memory.
|
- m_alloc is the total number of slots in the dynamically allocated block of memory.
|
||||||
Drawing pictures, which we will do in class, will help clarify this, especially the distinction between m size and
|
Drawing pictures, which we will do in class, will help clarify this, especially the distinction between m_size and m_alloc.
|
||||||
m alloc.
|
|
||||||
|
|
||||||
## 8.5 Typedefs
|
## 8.5 Typedefs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user