Thread: C++ libraries

  1. #1
    Unregistered
    Guest

    C++ libraries

    Is there a place that lists all of the built in functions for C++ libraries?

  2. #2

    Post Libraries

    Well, for the windows operating system:

    I'd say that mostly any VB API site would be a good guide for library. Since VB is an easy language you can pretty much get a lot of easy information there. http://www.vbapi.com is a good site that lists windows API calls. http://msdn.microsoft.com is also an okay reference site, although it gradually gets worse. If you can find the function you're looking for it can be very helpful. Just click on "Advanced search" and only check off the Library. Elsewise you can try looking at the all header files. If you need a better explination I could post a screenshot of what I'm meaning. Just let me know.

    Hope that helps
    -Mike
    {InFeStEd-ArCh0n}

  3. #3
    Unregistered
    Guest
    Actually

    I was looking for a list of the functions stored in the libraries like:

    time.h
    stdlib.h
    math.h
    ctype.h

    This website lists many of the functions available, but I was wondering if their is a more comprehensive list for C++?

  4. #4
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    There's a C & C++ Reference here

    http://www.f.kth.se/~f95-pax/refs/C%20Library%20Ref/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GCC: Compiling with both static and shared libraries
    By eatwithaspork in forum C Programming
    Replies: 4
    Last Post: 06-23-2008, 01:48 PM
  2. Replies: 7
    Last Post: 05-13-2008, 03:47 AM
  3. MinGW thread-safe runtime libraries
    By Mario F. in forum C++ Programming
    Replies: 3
    Last Post: 08-21-2006, 08:15 AM
  4. Libraries and headers
    By darksaidin in forum C++ Programming
    Replies: 10
    Last Post: 07-23-2003, 06:24 AM
  5. QT and external libraries
    By Quacker in forum Linux Programming
    Replies: 1
    Last Post: 04-08-2003, 07:02 AM