What's the difference between libraries and includes?

Many IDE today could set libraries directories and includes directories. What is the difference between them?

Thanks.
#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.