What is the best reference out there for C++ and hopefully it also covers C.
http://www.cppreference.com is ok, but are there any references out there that tell the BigO running time notation for all the library functions? It would be nice to see the Best, Worst, and Average run times for all the STL search functions, and class member functions.
Basicly what reference do you like to use?