You are hereTC/TC++

TC/TC++


rahul's picture

Turbo C

Students in India typically start their Development exposure through Tubo C/C++, which I must confess is a pretty old and obsolete development tool.

I would rather recommend using atleast GCC fow Windows, or VC/VC++.

In any case, if you need TC/TC++ compiler, you can download it from below. Just unzip the file into any drive on your harddisk. Rememeber, to set the Directories for TC properly available at:
Tools->Options->Directories

Without those settings pointing to correct paths, you would have trouble compiling any program.

rahul's picture

KBC (Kaun Banega Crorepati)

KBC is a DOS based game based on the popular Game Show, Kaun Banega Crorepati (hosted by Mr. Amitabh Bachhan and Mr. Shahrukh Khan in succession).

rahul's picture

TextPad

TextPad is a DOS based File Editor built with TC that tries to emulate all basic functionality desired from such a utility.

This project was created by me during my Post-Graduation. At that time, I was asked to prepare a DOS based file editor using TC. The code editor in TC itself was presented as a challenge and I was required to imitate it as closely as possible.