Thread: Header Files in C

  1. #1
    Registered User
    Join Date
    Mar 2006
    Location
    England
    Posts
    4

    Question Header Files in C

    Can any one send me any document or web link so i can find all the build library files of C?

    I got some site which gives me some of the library functions but i want to know all the Header files and the syntax of all the ib build function.

    If any one can than please send this post here or at my personal mail id : <<mod snipped>>

    Please help me as soon as possible and as best as posible.
    Last edited by Salem; 03-24-2006 at 08:06 AM. Reason: remove email address

  2. #2
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    there is no standard way to build library files. You have to read your compiler's documentation to find out how your compiler does it.

  3. #3
    Registered User
    Join Date
    Mar 2006
    Posts
    8
    Do you want to build a dynamic link library?
    If so i can help you out.

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