Thread: header files

  1. #1
    Unregistered
    Guest

    Post header files

    Does anyone know a good solid place to find some standard header files? I'm using Turbo C++ 4.5 and I'm looking for some that I'm missing...thanks!!!

  2. #2
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    if you dont have them, and they are standard header files, then they wont work with your compiler. Have you ever gone in and actually looked at the header files? Not much code in there, is there? Just a bunch of define this and that and declare this function and that function...because all the code is in the lib, if yuo dont have the lib then even if you have the .h, the .h wont work.
    My Website

    "Circular logic is good because it is."

  3. #3
    Unregistered
    Guest
    hmm well thanks for the info....

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