Book Image

Microsoft Visual C++ Windows Applications by Example

By : Stefan Bjornander, Stefan Björnander
Book Image

Microsoft Visual C++ Windows Applications by Example

By: Stefan Bjornander, Stefan Björnander

Overview of this book

Table of Contents (15 chapters)
Microsoft Visual C++ Windows Applications by Example
Credits
About the Author
About the Reviewer
Preface
Index

Calc.cpp


#include "MainFrm.h"
#include "ChildFrm.h"

#include "..\\Set.h"
#include "..\\List.h"
#include "..\\Color.h"
#include "..\\Font.h"
#include "..\\Caret.h"

#include "Reference.h"
#include "SyntaxTree.h"

#include "Cell.h"
#include "CellMatrix.h"
#include "TSetMatrix.h"

#include "CalcDoc.h"
#include "CalcView.h"