The following files are located in this directory:

_Readme.txt	- This file
Poker.exe	- Compiled sample program

-> The following files are the source files required 
-> to build the Poker.exe sample program. Code is for
-> Microsoft Visual C++ users.

Cards.cpp	- Define the playing cards and
Cards.h		- the various poker hands

Filemap.cpp	- The CFileMap class
Filemap.h

Stdafx.cpp	- Used by Visual C++ for
Stdafx.h	- precompiled headers

Poker.cpp	- The main poker application and window.
Poker.h		- Header file for Poker.cpp
Poker.def	- module definition file
Poker.rc	- Resource script file
Poker.rc2	- Resource script file
Poker.mak	- Visual C++ makefile
Poker.ico	- Icon file
