This directory contains examples for Tcl/Tk.   I have tested
the examples with Tcl 7.5/Tk4.1, but they should work for
Tcl7.4, Tk4.0 too.

simple     - The simple example from the user manual.
matrix     - Matrix example from the user manual.
tree       - Binary search trees in Tcl.   Also includes
	     a find-file program using trees.
except     - One possible way of generating Tcl/Tk 
             exceptions within C code.
graph      - Code to build directed graphs
tcl_plugin - Extensions to the Tcl Netscape plugin
dynaload   - Example showing how to make dynamically
	     loadable extensions to Tcl7.5
pragma     - Experimental %pragma directive to change
             SWIG's handling of result strings.
dynac++    - Dynamic loading of a C++ module.
c++	   - Some c++ examples

To make the individual examples, go to that directory
and run 'make' there.  

Most of these examples rebuild versions of tclsh and wish. 
While using dynamic loading is nice, it's not very portable,
so I've avoided it here except in the indicated directories
above.

You may have to edit the file Makefile.template in the top
level directory if 'make' fails.   If this happens, please
send me e-mail so I can fix the Makefiles in future releases.





