Thread: I need a site where i can download header files!

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    8

    I need a site where i can download header files!

    see topic^^

  2. #2
    Programming Sex-God Polymorphic OOP's Avatar
    Join Date
    Nov 2002
    Posts
    1,078
    Header files for what? That's pretty vague.

    Also, header files are meaningless without their associated libraries, unless everything happens to be self-contained.

  3. #3
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Search google.
    Note that header files only contain declarations. You will also need libraries to get the actual functions.
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  4. #4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating header files
    By histevenk in forum C++ Programming
    Replies: 14
    Last Post: 10-17-2007, 08:02 PM
  2. Novice question on header files
    By hern in forum C++ Programming
    Replies: 1
    Last Post: 07-30-2005, 10:11 AM
  3. Header files
    By earth_angel in forum C++ Programming
    Replies: 8
    Last Post: 07-12-2005, 11:17 AM
  4. What /what not to put in header files
    By Just in forum C Programming
    Replies: 1
    Last Post: 12-14-2002, 10:45 AM
  5. Using c++ standards
    By subdene in forum C++ Programming
    Replies: 4
    Last Post: 06-06-2002, 09:15 AM