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  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 32 : 46

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