v.c++.2008

is there any detailed documentation about using and creating classes in visual c++.2008 ?
It is no different from using and creating classes in any other C++ IDE. There is a wizard under project->new class that automatically creates a header and a .cpp files for a new class, but other than that, there isn't any difference.
If you want a tutorial on C++ classes, see http://www.cplusplus.com/doc/tutorial/classes/
and the following tutorials
Topic archived. No new replies allowed.