Category : C++ Source Code
Archive   : MSTEXT2.ZIP
Filename : TEXTDOC.H

 
Output of file : TEXTDOC.H contained in archive : MSTEXT2.ZIP
//*************************************************************
// File name: TEXTDOC.H
//
// Description:
// AppWizard generated header file for CTextDoc.
//
// History: Date Author Comment
// 2/24/94 FJB Created
//
// Written by Microsoft Product Support Services, Windows Developer Support
// Copyright (c) 1992 Microsoft Corporation. All rights reserved.
//*************************************************************

class CTextDoc : public CDocument
{
protected: // create from serialization only
CTextDoc();
DECLARE_DYNCREATE(CTextDoc)

// Attributes
public:
CStringArray m_ary;
int GetCLines() {return m_ary.GetSize();}

// Operations
public:

// Implementation
public:
virtual ~CTextDoc();
virtual void Serialize(CArchive& ar); // overridden for document i/o
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
virtual BOOL OnOpenDocument(const char* pszPathName);
virtual void DeleteContents();



// Generated message map functions
protected:
//{{AFX_MSG(CTextDoc)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////


  3 Responses to “Category : C++ Source Code
Archive   : MSTEXT2.ZIP
Filename : TEXTDOC.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/