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 pointers in C++, including the concept of memory addresses, differences between references and pointers, and the correct usage of pointers. It also delves into the intricacies of pointer arithmetic and the equivalence between C-style pointers and arrays. The lecture concludes with a discussion on reference of reference and pointer of pointer, showcasing how these concepts can be applied in practice.