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 concept of references in C++, which are synonyms for existing objects, allowing indirect object designation. It explains how to declare and use references, highlighting potential pitfalls such as the assignment operator and const semantics. The lecture also discusses the specificities of references, emphasizing the need for proper initialization and the limitation of being linked to a single object.