Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: Black4C6F747573 on December 03, 2004, 06:53 AM

Title: C Function List
Post by: Black4C6F747573 on December 03, 2004, 06:53 AM
I know that it would be difficult, due to the immense ammount of functions, but www.php.net/quickref.php is amazing for php function references.  Is there anything like that? That quick reference guide got me through alot of learning issues in php.
Title: Re: C Function List
Post by: Eric on December 03, 2004, 08:50 AM
http://www.msdn.com
Title: Re: C Function List
Post by: K on December 03, 2004, 09:28 AM
I mean...

http://www.cppreference.com/
Title: Re: C Function List
Post by: Mephisto on December 03, 2004, 02:11 PM
Providing you know the name of the function you're seeking info for, just type in on Google with a search like this: TheFunctionName "msdn.microsoft.com" and it should bring up in the top 1-10 searches a link to the function on MSDN's Website which is an excellent source of documentation (as LoRd pointed out) for C++ functions & more.