Board index » Visual Studio » Basic terminology help
|
d3vilman
|
|
d3vilman
|
Basic terminology help
Visual Studio219
hey all, what's the difference between an API and a library of functions such as MFC? Are these terms synonomous? thanks, rodchar - |
| Carl
Registered User |
Thu Jul 19 13:40:39 CDT 2007
Re:Basic terminology help
"rodchar" <rodchar@discussions.microsoft.com>wrote in message
Quotehey all, a block of functionality. That functionality is implemented somehow - it might be DLLs or static link libraries or web services, etc. -cd - |
| Ben
Registered User |
Thu Jul 19 17:18:32 CDT 2007
Re:Basic terminology help"Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@mvps.org.nospam> wrote in message news:edmCJRjyHHA.1100@TK2MSFTNGP06.phx.gbl... Quote"rodchar" <rodchar@discussions.microsoft.com>wrote in message Standard Template Library. They are specifications, standards, APIs, not really libraries. Each compiler vendor provides a library that implements these APIs. That really is a library. So every API can have multiple implementing libraries. For example, the Win32 API is implemented by Microsoft Windows (tm) as well as (incompletely) Wine and ReactOS. - |
| Alexander
Registered User |
Fri Jul 20 16:18:25 CDT 2007
Re:Basic terminology help
Or more precisely, the Win32 API is implemented by an array
of Windows OSes - from Windows NT 3.1 and Windows 95 to Windows Server 2003 and Windows Vista. -- ===================================== Alexander Nickolov Microsoft MVP [VC], MCSD email: agnickolov@mvps.org MVP VC FAQ: vcfaq.mvps.org">vcfaq.mvps.org ===================================== "Ben Voigt [C++ MVP]" <rbv@nospam.nospam>wrote in message Quote
- |
| rodchar
Registered User |
Sat Jul 21 10:08:00 CDT 2007
Re:Basic terminology help
thanks everyone for the help.
"rodchar" wrote: Quotehey all, |
