cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
v.c++.2008
v.c++.2008
Mar 15, 2011 at 10:34am UTC
over the top
(19)
is there any detailed documentation about using and creating classes in visual c++.2008 ?
Mar 15, 2011 at 11:39am UTC
hanst99
(2869)
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.
Mar 15, 2011 at 12:24pm UTC
Bazzy
(6281)
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.