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

Draw.cpp


#include "MainFrm.h"
#include "ChildFrm.h"
#include "..\\List.h"
#include "..\\Color.h"
#include "..\\Font.h"
#include 
"..\\Caret.h"

#include "Figure.h"
#include "TwoDimensionalFigure.h"
#include "RectangleFigure.h"
#include "TextFigure.h"