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 various examples of manipulating vectors in C++, including declaring, displaying, assigning values, and inputting elements. Examples include iterating through a vector without explicit indices, assigning all elements to a specific value, and keyboard input. Different methods for displaying and assigning elements are demonstrated, providing a comprehensive understanding of vector manipulation in C++.