Thread: Libraries!!

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    75

    Libraries!!

    How can I know what all that header files that come with my Dev-C++ and BorlandC compilers do if they come without a txt which explains them???

    BorlandC has dozens of libraries (i supposed unofficial ones, but still great juicy libraries!!) but I dont know what functions they have.

    Can somebody give me a hand??

    Is there a website that explains the functions of the libraries or is there anyway to know what they do just by opening the header file and looking trough it???
    ---Programming is like roaming, you never know where you'll end at------

    If 'here' is pronounced as 'hear', why 'there' isnt pronounced as 'dear'??

    [email protected]

  2. #2
    Unregistered
    Guest
    Yes. Open the header file and look through it. Some header files give a one or two sentence comment above the function prototype, others don't. When you see a prototype that looks interesting, do a google search with the name of the proto, the header, and the compiler name and see what you come up with.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GCC: Compiling with both static and shared libraries
    By eatwithaspork in forum C Programming
    Replies: 4
    Last Post: 06-23-2008, 01:48 PM
  2. Replies: 7
    Last Post: 05-13-2008, 03:47 AM
  3. MinGW thread-safe runtime libraries
    By Mario F. in forum C++ Programming
    Replies: 3
    Last Post: 08-21-2006, 08:15 AM
  4. Libraries and headers
    By darksaidin in forum C++ Programming
    Replies: 10
    Last Post: 07-23-2003, 06:24 AM
  5. QT and external libraries
    By Quacker in forum Linux Programming
    Replies: 1
    Last Post: 04-08-2003, 07:02 AM