Thread: need header files (limits.h and float.h)

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

    need header files (limits.h and float.h)

    I am currently trying to write a program for a class. The program requires the limits.h file and the float.h file. For some reasom my complier does not have these files. Can someone tell me if I can download them from somewhere or perhaps recommend a new downloadable complier.

    Thanks
    Last edited by Sapphire19; 11-06-2001 at 01:14 AM.

  2. #2
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    Check the Compiler Section on the Home page for a list of free downloadable compilers. Hope that helps. Have a nice day.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > For some reasom my complier does not have these files.
    Probably because it's a pre-ANSI compiler.

    > Can someone tell me if I can download them from somewhere
    You cant - the FAQ explains why.

    http://www.compilers.net i think
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User
    Join Date
    Nov 2001
    Posts
    3
    Thanks ya'll I downloaded a new complier last night. FunFun

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. float.h portability
    By *ClownPimp* in forum C++ Programming
    Replies: 1
    Last Post: 07-02-2002, 11:10 AM