CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: What is API?

Hybrid View

  1. #1
    Join Date
    Apr 2002
    Location
    Virginia
    Posts
    35

    Question What is API?

    Um, i've heard the term API been thrown around, but don't have a clue what it means, unless it means like aplication or something and then i'll feel quite dumb. But if you could tell me what it means, and if it's something complex explain how it is used, I would be most greatful.

  2. #2
    Join Date
    Jun 2002
    Posts
    16
    Application Programming Interface
    logical coding for functional programs

  3. #3
    Join Date
    May 2000
    Location
    Washington DC, USA
    Posts
    715

    He's right..

    It's a programming interface for something. So you could wrap a programming interface around a piece of software or hardware.

    A group of function calls or objects which allow one to interface to that "thing".

    So if I had juke box full of music cd's the API would allow me to programatically change platers, songs, eject and maybe change the volume and trac.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured