home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / ide / conwz.awx / TEMPLATE / README.TXT < prev    next >
Text File  |  1998-06-18  |  2KB  |  49 lines

  1. ========================================================================
  2.        CONSOLE APPLICATION : $$root$$
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this $$root$$ application for you.  
  7.  
  8. This file contains a summary of what you will find in each of the files that
  9. make up your $$root$$ application.
  10.  
  11. $$Root$$.dsp
  12.     This file (the project file) contains information at the project level and
  13.     is used to build a single project or subproject. Other users can share the
  14.     project (.dsp) file, but they should export the makefiles locally.
  15.  
  16. $$IF(!EMPTY)
  17. $$Root$$.cpp
  18.     This is the main application source file.
  19.  
  20. $$IF(MFC)    //MFC ONLY
  21. $$Root$$.rc
  22.     This is a listing of all of the Microsoft Windows resources that the
  23.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  24.     in the RES subdirectory.  This file can be directly edited in Microsoft
  25.     Visual C++.
  26. $$ENDIF //MFC
  27.  
  28. /////////////////////////////////////////////////////////////////////////////
  29. Other standard files:
  30.  
  31. StdAfx.h, StdAfx.cpp
  32.     These files are used to build a precompiled header (PCH) file
  33.     named $$root$$.pch and a precompiled types file named StdAfx.obj.
  34.  
  35. $$IF(MFC)    //MFC ONLY
  36. Resource.h
  37.     This is the standard header file, which defines new resource IDs.
  38.     Microsoft Visual C++ reads and updates this file.
  39. $$ENDIF //MFC
  40.  
  41. /////////////////////////////////////////////////////////////////////////////
  42. Other notes:
  43.  
  44. AppWizard uses "TODO:" to indicate parts of the source code you
  45. should add to or customize.
  46.  
  47. $$ENDIF //(!EMPTY)
  48. /////////////////////////////////////////////////////////////////////////////
  49.