What is the difference between these two terms: "API" & "Library"?

Status
Not open for further replies.

yasser_shoukry

Full Member level 4
Joined
May 31, 2006
Messages
233
Helped
25
Reputation
54
Reaction score
5
Trophy points
1,298
Location
Cairo - Egypt
Activity points
2,749
What is the difference between these two terms: "API" & "Library"?

What is the difference between these two terminologies "API" & "Library" ?

thanks in advance
 

Re: API vs Library

Hi!

API = "Application Program Interface"
It is an interface to the system embedded functions, ie. to the system DLLs in a Windows.
As a rule, an API call is a determinated function call only. Look at any API help file!

LIBRARY = a lot of precompiled functions for a compiler, accumulated in a LIB file.
The compiler (the linker) links (uses, adds to the final program) these functions only if needed for the program.

zuisti
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…