about linkers

If my program makes no references or call any libraries, what needs to be linked? Can I just run an object file? Why is a linker needed to turn it into an executable file? Thx :)
that didn't really help but thx anyway
need to link all c/c++ standard libs.
like <iostream>

Topic archived. No new replies allowed.