+ 3
For each c or cpp files compiler generates .o or object file Then linker combines all objects files and static libraries in one file, removes dublicates and checks for example that function has only 1 realization
24th Dec 2016, 9:39 AM
Vladislav
Vladislav - avatar