|
-
July 30th, 1999, 07:44 PM
#1
syntax question
I saw something in one of the MSDN samples that I haven't seen before and would like some explanation.
What exactly does it mean when you write the statement " class CMyclass; " before the definition of another class. For example,
class CDrawView;
class CDrawDoc : public COleDocument
{
...........
}
Thanks for you help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|