This it the basic C++ version of zedit.  I hope to get all the features
from the java version (minus the cross-system compatibility) and have
better support for large files and have it be a little snappier at
starting.

make directions:
    linux/unix:
	1) install all required libraries
	2) make

    windows:
	1) install mingw/mysys
	2) install into mingw all required libraries
	3) make -f makefile_windows
	
	