Lecture overview -- Keyboard shortcut: 'u'  Previous page: Function Overloading - Examples  -- Keyboard shortcut: 'p'  Next page: Vectors - examples -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 28 : 42

Vectors in C++
C++ has a flexible vector type, as an alternative to the C-like array facility
Go to exercise
Understand Vectors