|
-
Feb 8th, 2001, 05:14 PM
#1
Thread Starter
Addicted Member
Where can I get a list of all the C functions such as
strcpy strcmp etc etc.?
-
Feb 8th, 2001, 05:53 PM
#2
Monday Morning Lunatic
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
-
Feb 8th, 2001, 06:00 PM
#3
Thread Starter
Addicted Member
-
Feb 8th, 2001, 06:16 PM
#4
Thread Starter
Addicted Member
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++)
-
Feb 8th, 2001, 06:24 PM
#5
Take a look at the help files shipped with your compiler.
-
Feb 9th, 2001, 01:37 PM
#6
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|