Results 1 to 3 of 3

Thread: C++ Api

  1. #1
    Senior Member
    Join Date
    Jan 2003
    Posts
    220

    C++ Api

    Is there any programs out there that are like Api-Guide or API-Viewer but for C++? Just something that lists them and shows examples maybe. Thanks in advance
    [gloworange]And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict\'s veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found. \"This is it... this is where I belong...\" I know everyone here... even if I\'ve never met them, never talked to them, may never hear from them again... I know you all...[/gloworange]

  2. #2
    Senior Member
    Join Date
    May 2002
    Posts
    344
    Support your right to arm bears.


    ^^This was the first video game which i played on an old win3.1 box

  3. #3
    Senior Member
    Join Date
    Jan 2002
    Posts
    1,207
    seeing as winprog.org seems to be the win32 API, not the C++ libraries, here are some I usually use

    The STL (Standard Template Library) - the C++ library which provides the vector template and its friends.

    http://www.sgi.com/tech/stl/index.html

    cplusplus.com seems to be a very good site for finding things about C++ generally

    http://www.cplusplus.com/doc/tutorial/

    iostream

    http://www.cplusplus.com/ref/iostream/

    Other stuff is also available - very useful.

    Slarty

Posting Permissions

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