PDA

View Full Version : Complete language references


harisund
January 2nd, 2006, 11:22 AM
Hello

I am looking to find complete function references for programming languages like C, C++ and javascript (yes, javascript.) I am looking for something the type that is found in the php, java or python websites....somewhere where I can search from among function listings (especially like C++ STL).. I know I can get a book, but an online resource would be really helpful.

Thanks !

Hanj
January 2nd, 2006, 12:15 PM
For C/C++, you may want to look at http://www.cppreference.com.

Don't know about Javascript, but google is, as always, your friend.