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 declaration and basic operators of pointers in C++, including syntax for declaring and initializing pointers, as well as the & and * operators for memory addresses and pointed values. It also highlights the potential confusion between the & and * notations in C++, emphasizing the differences between references and pointer addresses.