Thread: any idea what lib is needed?

  1. #1
    Captain Howdy
    Guest

    any idea what lib is needed?

    Just as a general question, my biggest problem seems to be that i dont know what libs to include in whatever it is im trying to do. ill check out planetsourcecode.com and look at something along the lines of what i wanted, and it will have included something i wouldnt even have thought of. so i guess what im asking is whether or not there is a search engine out there that will let me look for libs i might need im my source? how do you guys manage?
    Thanks guys




    I am jacks signature

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Try your compilers help files first. You could also buy a programmers reference book. They are not as expensive as a normal computer text but they wont tell you anything that your help files couldn't.
    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
    Registered User
    Join Date
    Oct 2001
    Posts
    197
    If your problem is with the standard libraries, read a reference like in "The C Programming Language" by Kernigham & Ritchie.
    Here is also a good reference to ANSI-C functions.

    klausi
    Last edited by klausi; 01-12-2002 at 09:45 AM.
    When I close my eyes nobody can see me...

  4. #4
    Unregistered
    Guest
    you could also go to your include folder with what ever compiler you have, and then search each include header file for the appropriate function

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    202
    All of the above are good sugestions, but my experience tends to be that stdio.h and stdlib.h cover just about anything you're trying to do.

    I only wind up using other headers when I'm trying to do something specific, and if you are doing something specific, you should do the necesary research before hand to know what special lib you'll need.

    Hope this helps.

    starX
    www.axisoftime.com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. free needed or not?
    By quantt in forum Linux Programming
    Replies: 3
    Last Post: 06-25-2009, 09:32 AM
  2. C Programmers needed for Direct Hire positions
    By canefan in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 09-24-2008, 11:55 AM
  3. Open Source / Semi Open source game idea. Help needed
    By CaptainPatent in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 05-16-2007, 10:44 AM
  4. using VC6 link VC7 static lib error
    By George2 in forum C++ Programming
    Replies: 5
    Last Post: 06-29-2006, 10:58 PM
  5. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM