I am new to C++ and trying to understand everything. I know the Linker links the object file to any external files. Correct? Does the linker link the preprocessors? or just additional files?
For instance in a simple Hello World program. Would the linker link with my Hello World Program?
This is a good explanation.
Wikipedia on linkers