CTC++ Example ------------- This directory contains the following files MAKEFILE -- A simple makefile for the example fulldemo.bat -- Demo script CSTACK.H -- \ CSTACK.CPP -- \ The tested classes REVSTACK.H -- / REVSTACK.CPP -- / STACKTST.CPP -- The test main function README.TXT -- This file This example demonstrates testing of a simple program with CTC++. The following targets are defined in the MAKEFILE (use the compiler's make utility, here Microsoft C/C++ "nmake" is used as an example): nmake all Build the example (default target), stacktest.exe nmake clean Delete all produced files To see a demo of the CTC++ usage with the stack.exe program run the script fulldemo.bat.