Will said:
Hi
What is that program supposed to do?
From a google search on 'tclite'
Turbo C Lite is a version of Borland’s Turbo C V1.0 that was distributed
on various magazine front-cover CDs several years ago. Although this
version of the compiler was first released in 1990 it is still perfectly
adequate for learning to program in C. It should be noted, however, that
some of the later C++ language features are not implemented.
As the compiler is intended for evaluation purposes, it can only run
programs from within the Turbo C environment. The .EXE files produced
cannot be run by themselves. To produce stand-alone .EXE files the full
version of the compiler must be purchased. However, for educational
purposes this limitation will not be a problem.