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
What's the difference between libraries
What's the difference between libraries and includes?
Jun 29, 2009 at 9:39pm UTC
cpthk
(1)
Many IDE today could set libraries directories and includes directories. What is the difference between them?
Thanks.
Jun 29, 2009 at 9:48pm UTC
Disch
(13742)
#includes are header files (things like function prototypes, class definitions, constants), whereas the libs are the actual implementation of the library (bodies of functions -- ie: the actual code)
Topic archived. No new replies allowed.