Link to home
Start Free TrialLog in
Avatar of Stanley Lai
Stanley LaiFlag for Hong Kong

asked on

Good help guide on standard C++


Where i can have a good help guide which

1. tell me clearly each class relationship.

2. the standard lib function and descriptions.

etc. Just like the java help?

dont tell me the MSDN. It is not helpful at all. I hate this.
Avatar of nonubik
nonubik

If you are refering to STL library, you can find official help at SGI:

http://www.sgi.com/tech/stl/stl_index.html
or download entire documentation at: http://www.sgi.com/tech/stl/STL_doc.zip
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Here's an online reference for the standard C++ iostream libraries:
http://cplusplus.com/ref/