Thread: Header file information

  1. #1
    Imperator of Darkness Luciferek's Avatar
    Join Date
    Jun 2008
    Location
    Detroit, MI
    Posts
    38

    Header file information

    I was wondering if anyone knew a website that would list header files and the functions they have?

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    There are lots of references out there. I use these a lot:
    http://www.dinkumware.com/manuals/
    http://www.cppreference.com/

  3. #3
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Depends on which functions & header files you're looking for.
    cppreference.com has only the standard library functions. Here are other handy references you'll probably need at some point:
    http://msdn.microsoft.com/en-us/library/aa983532.aspx
    http://msdn.microsoft.com/en-us/library/aa383749.aspx
    http://msdn.microsoft.com/en-us/library/cscc687y.aspx
    http://www.opengroup.org/onlinepubs/...idx/index.html
    http://www.sgi.com/tech/stl/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Formatting the contents of a text file
    By dagorsul in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2008, 12:36 PM
  2. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM