Results 1 to 6 of 6

Thread: API In C

  1. #1

    API In C

    API's are very important in any language but the problem is that i don't know how to use them in C

    is there any guide that can help me ?
    [gloworange][shadow]www.geocities.com/dia_byte0 [/shadow] [/gloworange]

    No To 1559 !

    Signature image is too tall!

  2. #2
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    The main question is what api would you like to use..

    For instance, here is some info on the curl api in C http://curl.haxx.se/libcurl/c/
    And here is MaxiMind's terrific GeoIP api in C http://www.maxmind.com/app/c

    Hope this is of some help to you..
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  3. #3
    i suggest you go to the msdn site, they listed the API's and with most of them there is an example source code in C/C++.

    here is an example for the GetLocalTime API.

  4. #4
    Well I surely have to thank all of you for your help

    the websites mentioned by the_JinX were very useful and so was MSDN,
    i have the MSDN collection but its old ! '98
    [gloworange][shadow]www.geocities.com/dia_byte0 [/shadow] [/gloworange]

    No To 1559 !

    Signature image is too tall!

  5. #5
    Well, let's hope we've helped you solve you problem then

  6. #6
    yeh thanks for the help
    [gloworange][shadow]www.geocities.com/dia_byte0 [/shadow] [/gloworange]

    No To 1559 !

    Signature image is too tall!

Posting Permissions

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