+ 2
Compiler/linker
so from my understanding the complier translates your code into machine language and the linker adds the code for thinks like #include and built in functions and adds them to your code to make an executable ? am i close or way off ?
1 ответ
+ 3
Yeah, from what I know about the process.
Your description sounds right.