Thread: I need .h

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    27

    Question I need .h

    Where do i get .h files?

  2. #2
    Registered User blight2c's Avatar
    Join Date
    Mar 2002
    Posts
    266
    are you looking for std stuff, they should come with your compiler. what do you use? the custom stuff is on the web, just search "free header files"

  3. #3
    Registered User matheo917's Avatar
    Join Date
    Sep 2001
    Posts
    279
    most of them are come with your compiler.... well, mostly all the standartd "header" files do come with it......

    if you need something specific, other than standard, you can snoop around the internet or in future make some yourself ...using templates....i.e.

    good luck

    Regards,
    matheo917

  4. #4
    Registered User
    Join Date
    Mar 2002
    Posts
    27
    I found the one i was looking for but they did not come with
    DEV or Turbo

  5. #5
    Registered User matheo917's Avatar
    Join Date
    Sep 2001
    Posts
    279
    like i wrote before, not all of them come with the compiler....

    Regards,
    mathe917

  6. #6
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. .h files: "constant already defined"
    By wakeup in forum C++ Programming
    Replies: 11
    Last Post: 11-22-2005, 05:31 AM
  2. .h file help
    By Rune Hunter in forum C++ Programming
    Replies: 3
    Last Post: 02-06-2005, 02:49 PM
  3. Difference between .h and .c files
    By Metalix in forum C Programming
    Replies: 9
    Last Post: 01-19-2005, 08:38 PM
  4. placement of (.h) and (.cpp) files..!?
    By matheo917 in forum C++ Programming
    Replies: 3
    Last Post: 02-22-2003, 06:37 PM
  5. including an .h file
    By Smiley0101 in forum C++ Programming
    Replies: 3
    Last Post: 02-08-2003, 12:22 PM