GB벿
/***************************************************************************
 *                                                                         *
 *   Explicit Distribution Limitation                                      *
 *   This program may not be modified or used by, or, if possible,         *
 *   redistributed to people described as below,                           *
 *   1.Japanese who hold hostility against Chinese.                        *
 *   2.or, those who discriminate against people based solely on race,     *
 *     gender or sexual orientation.                                       *
 *                                                                         *
 ***************************************************************************/
/***************************************************************************
 *                                                                         *
 *   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.                                   *
 *                                                                         *
 ***************************************************************************/

	EZ Common is the library serving other parts of EZ Project, defining
common types, I/O functionalities and configuration file operations.
	EZ Project uses an enum type to define function return values. The
possiblities are, critical errors, minor errors, no significant errors, right
and unknown. Please turn to header file for their comments.
	ezoi is a standard I/O class for screen or file(s). After the
construction of an object, mod() can be envoked to tell every ezoi's
interactions to prefix a string. Two inpt() are for input, one for string and
one for single character. If only one character is needed for an input, it is
forced to screen, and no Enter's required. dsp() is the common interface to
output in format. mem() is for more specific usage. Use ind() to output in
raw, though in format, too, directly. To minimize the dependency of the
library caller and the library implementation, ezoip member is defined inside
ezoi to shield private details.
	ezcfg is a standard XML class for configuration operations. It uses
TinyXML (refer to tinyxml.txt for more information) and packs TinyXML's
classes inside so that ezcfg's user need not to use TinyXML directly and
thus makes ezcfg a more independant way of manipulating configuration files.

	For Linux/Unix users, refer to INSTALL for detailed information on
installation method.
	For Windows users, *.vcproj is Visual C++'s project file for
compilation.
	For other platforms, I am afraid I have no idea to and how to
support them.

						Allen
					Aug. 7, 2008

/***************************************************************************
 *                                                                         *
 *   ȷ                                                          *
 *   򲻿Աʿ޸ģңܲʿʹã              *
 *   1.ձ                                                        *
 *   2.һֻӣ塢Աȡ                      *
 *                                                                         *
 ***************************************************************************/
/***************************************************************************
 *                                                                         *
 *   GNU General Public Licenseһ㹫֤飬  *
 *   ЭᷢķΧڴ޸汾2Ϊĸ     *
 *   汾Ч                                                          *
 *                                                                         *
 ***************************************************************************/

	׹ΪĿĲַĿ⡣˹ܺ͡
ò
	ĿʹһöͶ庯ֵȡֵУش󡢷ش
Դȷδ֪οͷļеע͡
	ezoiΪ׼Ļļдࡣɶ󣬿Ե
modΪÿezoiĽ趨ǰ׺inpt룬ֱַ
ַֻҪ뵥ַǿƽĻҲҪس
dspǸʽһӿںmemڸض;indԭʼ
ڴֱҲǾʽġΪٿ߶ԿʵֵԱezoip
ezoiڲӶڲϸڡ
	ezcfgǱ׼XML࣬òʹòװTinyXML
tinyxml.txtʹezcfgʹöֱӵTinyXMLʹezcfgΪ
Ĳļķʽ

	LinuxUnixûINSTALLдϸİװ
	Windowsû׺ΪvcprojļVisual C++Ŀļ
롣
	ƽ̨ҿ²֪ôҲ֧֡

						Allen
					
