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