cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
about linkers
about linkers
Jan 31, 2010 at 1:21am UTC
Anewguy
(15)
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 :)
Jan 31, 2010 at 1:23am UTC
blackcoder41
(1426)
http://www.cs.cf.ac.uk/Dave/C/node3.html
Jan 31, 2010 at 1:33am UTC
Anewguy
(15)
that didn't really help but thx anyway
Jan 31, 2010 at 3:12am UTC
DrakeMagi
(85)
need to link all c/c++ standard libs.
like <iostream>
Topic archived. No new replies allowed.