Thread: function list

  1. #1
    Mmm. Purple.
    Join Date
    May 2002
    Posts
    154

    Smile function list

    Been a while since ive been on these boards, i kinda quit C and learnt asm, which is ALOT easier

    What i want is a function list for C, with like "moo(int a)" '<posh_writing> returns the squareroot of a squared</posh_writing>

    Does anyone know where i could obtain one?

    w00t for me, my 10000000'th post
    Last edited by krappykoder; 07-26-2003 at 06:48 AM.

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    124
    "asm" ???
    Is it relevant with the American Society for Microbiology?

    Anyway, i haven't understood what you are asking.
    Loading.....
    ( Trying to be a good C Programmer )

  3. #3
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    I have

    You have three mail options:
    1.) get Borland's Turbo C/C++ compiler, and look in it's Help Index.

    2.) download the MSDN, it contains all the C/C++ functions and all of the Win32 API, MFC ones as well.

    3.) or just Google it
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    www.rt.com/man

    or any good C book.

    Or, yeah, google it
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  5. #5
    Registered User
    Join Date
    Jul 2003
    Posts
    32
    Were you looking for something like this?
    sqrt(x)?
    It returns the squareroot of x.
    .
    It's included in math.h

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  2. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. Replies: 6
    Last Post: 03-02-2005, 02:45 AM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM