Thread: C/C++ header file

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    3

    Unhappy C/C++ header file

    Hi,
    Where can I find header files collections?

  2. #2
    Unregistered
    Guest
    it's usually under /usr/local/include, but it's really wherever you or you sysadmin chose to put them

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    3

    Question header files

    I mean...where can I find header files collections on the internet?
    Because some sources I've downloaded cannot compiled on my box.
    Thanx.

  4. #4
    The Artful Lurker Deckard's Avatar
    Join Date
    Jan 2002
    Posts
    633
    Try freshmeat and search for libc.

    [edit]
    Here's the direct link to glibc 2.2.5:
    ftp://gnu.ms.uky.edu/pub/mirrors/gnu...c-2.2.5.tar.gz

    You may want to check out www.gnu.org for a mirror closer to you if the download is slow.

    Good luck.
    [/edit]
    Last edited by Deckard; 02-08-2002 at 07:37 AM.
    Jason Deckard

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    > where can I find header files collections on the internet?

    http://www.cprogramming.com/boardfaq.html#header

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need Help Fixing My C Program. Deals with File I/O
    By Matus in forum C Programming
    Replies: 7
    Last Post: 04-29-2008, 07:51 PM
  2. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  3. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM
  4. Replies: 6
    Last Post: 04-02-2002, 05:46 AM