1======================================================================== 2 CONSOLE APPLICATION : Callstacker Project Overview 3======================================================================== 4 5AppWizard has created this Callstacker application for you. 6 7This file contains a summary of what you will find in each of the files that 8make up your Callstacker application. 9 10 11Callstacker.vcxproj 12 This is the main project file for VC++ projects generated using an Application Wizard. 13 It contains information about the version of Visual C++ that generated the file, and 14 information about the platforms, configurations, and project features selected with the 15 Application Wizard. 16 17Callstacker.vcxproj.filters 18 This is the filters file for VC++ projects generated using an Application Wizard. 19 It contains information about the association between the files in your project 20 and the filters. This association is used in the IDE to show grouping of files with 21 similar extensions under a specific node (for e.g. ".cpp" files are associated with the 22 "Source Files" filter). 23 24Callstacker.cpp 25 This is the main application source file. 26 27///////////////////////////////////////////////////////////////////////////// 28Other standard files: 29 30StdAfx.h, StdAfx.cpp 31 These files are used to build a precompiled header (PCH) file 32 named Callstacker.pch and a precompiled types file named StdAfx.obj. 33 34///////////////////////////////////////////////////////////////////////////// 35Other notes: 36 37AppWizard uses "TODO:" comments to indicate parts of the source code you 38should add to or customize. 39 40///////////////////////////////////////////////////////////////////////////// 41