Results 1 to 6 of 6

Thread: C functions

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Posts
    143
    Where can I get a list of all the C functions such as
    strcpy strcmp etc etc.?

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    It's all documented in MSDN: http://msdn.microsoft.com/library
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Posts
    143
    Thanks parksie

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Posts
    143
    Parksie im looking there now and I cant find a list of all the functions, only how to call them in code?

    Im looking for C functions. ( not c++)

  5. #5
    Guest
    Take a look at the help files shipped with your compiler.

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Originally posted by Help
    Parksie im looking there now and I cant find a list of all the functions, only how to call them in code?

    Im looking for C functions. ( not c++)
    C functions can be used from C++ and vice-versa.

    Although there are some caveats to calling C++ code from C
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width