StockDataParseDoc.cpp in StockDataParse.rar
Sponsored links
// StockDataParseDoc.cpp : implementation of the CStockDataParseDoc class
//
#include "stdafx.h"
#include "StockDataParse.h"
#include "StockDataParseDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CStockDataParseDoc
IMPLEMENT_DYNCREATE(CStockDataParseDoc, CDocument)
BEGIN_MESSAGE_MAP(CStockDataParseDoc, CDocument)
//{{AFX_MSG_MAP(CStockDataParseDoc)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CStockDataParseDoc construction/destruction
CStockDataParseDoc::CStockDataParseDoc()
{
// TODO: add one-time construction code here
}
CStockDataParseDoc::~CStockData
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.