From 0acfaaef6a402d332f2c1e83424e9d4d0ada7455 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 17 Apr 2015 20:36:25 -0700 Subject: 1088 - start porting the 'buffer' type --- cpp/032array | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/032array') diff --git a/cpp/032array b/cpp/032array index fbb5ed7b..a4f5ecba 100644 --- a/cpp/032array +++ b/cpp/032array @@ -1,4 +1,8 @@ //: Arrays contain a variable number of elements of the same type. +//: +//: You can create arrays of containers, but containers can only contain +//: elements of a fixed size, so you can't create containers containing arrays. +//: Create containers containing addresses to arrays instead. :(scenario copy_array) # Arrays can be copied around with a single instruction just like integers, -- cgit 1.4.1-2-gfad0