Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the basics of vectors in C++, including initialization methods, direct access to elements, range-for loop, and specific vector functions. It also compares vectors to traditional C arrays and multi-dimensional arrays, explaining memory allocation and element access. The instructor demonstrates practical examples and provides insights into common pitfalls and best practices.