Thread: List of Functions

  1. #1
    Registered User zdude's Avatar
    Join Date
    Sep 2002
    Posts
    32

    List of Functions

    Where could I find a list of functions with what header files they're in, with a breif description of how to use them?

    I know some C, just not functions for working on a comp.
    Those who live by the sword get shot by those who don't.

    I can C.

    Compiler: gcc

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    137
    There are literally hundreds of different functions within their various header files. I find Osborne-Programmer's Reference:C/C++ is very good and sounds just what your looking for. Only cost me about £15 new.
    http://uk.geocities.com/ca_chorltonkids

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    How about a good book.

    ... or a board search (this isn't the first time someone has asked this question).

    ... or a reference site as found by google.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  4. #4
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    Or the manual.
    The world is waiting. I must leave you now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help sorting a linked list. Beginner
    By scarlet00014 in forum C Programming
    Replies: 1
    Last Post: 09-27-2008, 06:16 PM
  2. Recursion Revisited again, and again!
    By clegs in forum C++ Programming
    Replies: 93
    Last Post: 12-08-2007, 08:02 PM
  3. Reverse function for linked list
    By Brigs76 in forum C++ Programming
    Replies: 1
    Last Post: 10-25-2006, 10:01 AM
  4. Contest Results - May 27, 2002
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 06-18-2002, 01:27 PM
  5. singly linked list
    By clarinetster in forum C Programming
    Replies: 2
    Last Post: 08-26-2001, 10:21 PM