PDA

Click to See Complete Forum and Search --> : C functions


Help
Feb 8th, 2001, 04:14 PM
Where can I get a list of all the C functions such as
strcpy strcmp etc etc.?

parksie
Feb 8th, 2001, 04:53 PM
It's all documented in MSDN: http://msdn.microsoft.com/library

Help
Feb 8th, 2001, 05:00 PM
Thanks parksie

Help
Feb 8th, 2001, 05:16 PM
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, 05:24 PM
Take a look at the help files shipped with your compiler.

parksie
Feb 9th, 2001, 12:37 PM
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 :(