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 memory addressing in C++, including the concept of pointers, addresses of variables, differences between references and pointers, and the correct usage of pointers. It also explains the equivalence between pointers and C-style arrays, as well as the use of references and pointers in C++ programming. The lecture concludes with practical examples and quizzes to test understanding.