========================================================================
    CONSOLE APPLICATION : ps Project Overview
========================================================================
//
// Written by Geoff R. McLane, started February 2011.
//
// Copyright (C) 2011 - ????  Geoff R. McLane  
//    - http://geoffair.org - reports@geoffair.info -
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
//
// $Id$
//

AppWizard created this initial ps application.  

This file contains a summary of some of the files that make up the ps
 application.
 
ps.sln
   The main 'solution' file, to be loaded in MSVC8, or later.

ps.vcproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

ps.cxx
    This is the main application source file.

ps.hxx
    This is the main application header file.

sprtf.[hxx|cxx]
    Log output file - sprtf()
    
utils.[hxx|cxx]
    Some utility functions.
    
/////////////////////////////////////////////////////////////////////////////
/// eof
