Thread: header files !

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    1

    header files !

    just a stuped question !

    where can i downlaod some header files !! i searched google thousunds of time !!
    i need some headers for windows !am using miracle c compiler
    any help will be appreciated

  2. #2
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    Header files are not your answer... get a different compiler:
    http://www.bloodshed.net/devcpp.html
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    > am using miracle c compiler
    Get a real compiler, not a toy.
    I would suggest www.bloodshed.net and get dev-c++

  4. #4
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    just downloading the header files is useless because you will also need the librarys that contain the code for the functions in the header files. As others already posted, download a real compiler.

  5. #5
    Registered Luser cwr's Avatar
    Join Date
    Jul 2005
    Location
    Sydney, Australia
    Posts
    869
    Quote Originally Posted by Ancient Dragon
    just downloading the header files is useless because you will also need the librarys that contain the code for the functions in the header files. As others already posted, download a real compiler.
    And even if you had the libraries, header files will differ from compiler to compiler, platform to platform.

  6. #6
    Just kidding.... fnoyan's Avatar
    Join Date
    Jun 2003
    Location
    Still in the egg
    Posts
    275
    you can also try "MinGW Developer Studio"

    http://www.parinyasoft.com/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Checking array for string
    By Ayreon in forum C Programming
    Replies: 87
    Last Post: 03-09-2009, 03:25 PM
  2. #include header files or .cpp files?
    By DoctorX in forum C++ Programming
    Replies: 3
    Last Post: 12-23-2006, 12:21 PM
  3. classes and header files
    By Drake in forum C++ Programming
    Replies: 8
    Last Post: 11-30-2006, 07:12 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM