Thread: Analyzing Header Files

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    49

    Analyzing Header Files

    How do I identify functions in header files like conio.h and understand what they do? Can I even do this?
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Pretty much every compiler I have ever used has come with some sort of documentation. Maybe you should consult yours.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    The most complete reference that I have found for the standard header files is dinkumware.

    This reference lists all the header files and their functions, but not a lot of detailed explanations or examples. And, although conio.h is quite common, it is not part of the standard, so you'll have to check your compiler's documentation for the non-standard shtuff.

  4. #4
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    >> The most complete reference that I have found for the standard header files is dinkumware.

    Here are a couple others I like as well:
    Rogue Wave Reference
    SGI STL Reference
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

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. Confusion on header and source files
    By dnguyen1022 in forum C++ Programming
    Replies: 4
    Last Post: 01-17-2009, 03:42 AM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. more header files
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 10-28-2001, 01:56 PM