• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

ReadMe.txtD15-Aug-20081.2 KiB2818

simple.cppD24-Jun-20086.1 KiB251145

simple.slnD08-Mar-2006901 2221

simple.vcprojD27-Nov-20075 KiB247246

stdafx.cppD20-Sep-2007302 91

stdafx.hD20-Sep-2007385 187

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