ReadMe.txt
1========================================================================
2Console Application: Overview of the simple Project
3========================================================================
4
5AppWizard has created a simple application for users.
6This file includes an overview of all files that make up the application.
7
8
9simple.vcproj
10Main project file of the VC++ project created using the application wizard.
11Information on the Visual C++ version used to create files is included. Information regarding the platform, configuration, and project functions selected using the application wizard are also included.
12
13simple.cpp
14Main application source file.
15
16/////////////////////////////////////////////////////////////////////////////
17Other standard files:
18
19StdAfx.h, StdAfx.cpp
20These files are used to build the pre-compiled header (PCH) file, simple.pch, and pre-compiled type (PCT) file, stdafx.obj.
21
22/////////////////////////////////////////////////////////////////////////////
23Other Notes:
24
25The AppWizard uses comments beginning with "TODO:" to indicate the places that require additions or customization of the source code.
26
27/////////////////////////////////////////////////////////////////////////////
28