How to use lcc-win32 C compiler

installation

download this package  from the original source  http://www.cs.virginia.edu/~lcc-win32/
local copy   lcc-win32.zip   as Nov 2010

intall "lcc-win32.exe"  and also install help file "manual.exe"

to compile a project

1)  make a new project
  Project > Create >
  give the project a name, and working directory (Browse)
  select Type of project : console application
   then  (Create)
2)  Do not use the wizard to generate  the application skeleton. (No)
3)  then select all files in the project and (Ok)
4)  in Compiler Setting just (Next>)
5)  Set output file name, then (Next>)
6)  (Finish)

To buid the project

Compiler > Make  or (F9)

later when you want to rebuild the whole project

Compiler > Rebuild All

You will get an executable output at the destinated directory.  You can use it by running "command" that will give you a "terminal", then you can type command in command-line mode.

To close a project

Project > Close

Enjoy compiling!