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 explains the compilation process in C++, where each source file is compiled separately to produce an object file, and then automatically linked to generate the executable. The instructor demonstrates how the initialization of a class variable is done in the interface file, leading to memory reservation issues during the linking phase, resulting in a multiple definition error.