Anyone know of a site like these, but for C++

Jan 27, 2002
149
0
71
When writing some Java, I use the Java API pages to find the functions/classes etc that I need.

When writing some PHP, I use a similar style page: PHP Manual.

Does anyone know of any good resources such as these for (preferably Borland)C++?

Thanks :D
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
There isn't one, because C++ is so, well, non-standard. There are ANSI C and C++ libraries, but they always end up being slightly different depending on what platform you're on and what compiler you're using. It's one of the most annoying things about C/C++ in my opinion.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You should use the docs that come with the compiler, any half-decent compiler/IDE combo will come with a ton of docs.