Thread: Header files

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

    Question Header files

    I am wondering if anyone knows where a good source to find header files are, and if anyone knows of any that allow for extremely large and accurate numbers.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    http://www.swox.com/gmp/

    But you need both header files and library code to make it all work.
    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.

  3. #3
    Unregistered
    Guest
    you can always write your own. Some interesting and educational challenges are involved.

  4. #4
    Registered User
    Join Date
    Nov 2001
    Posts
    241
    Well I am looking for something for windows, not linux. I do kinda have linux, although in trying to get xp installed, linux is kinda gone on my computer for a while...

    I also did kinda make my own... Well I made one on my TI-83+ for multiplying, adding, and subtracting extremely large integers, but I still haven't converted it to C++.

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