diff options
-rw-r--r-- | cpp/032array.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/032array.cc b/cpp/032array.cc index 57298e73..c1d35667 100644 --- a/cpp/032array.cc +++ b/cpp/032array.cc @@ -1,4 +1,5 @@ -//: Arrays contain a variable number of elements of the same type. +//: Arrays contain a variable number of elements of the same type. Their value +//: starts with the length of the array. //: //: You can create arrays of containers, but containers can only contain //: elements of a fixed size, so you can't create containers containing arrays. |