LCC C Compiler Help

(I think this should work, let me know if I have left something out, thanks.)

After installing the LCC compiler, find the wedit.exe icon (see below) and double click it.

Next Create a new File ('c' program)

Give the file a .c extension

You can now enter your program.

Save your new 'c' program. Create a new folder for it when you save it.

To create a new folder when saving, click the new folder icon.

Next click the Compiler / Make menu option

You will see the following question. Click yes to create a default project.

You should see the compilation response near the bottom of your window. If there were no errors you may execute your program.

IF there are errors you may double click on the error message to get a hint about where in your program the error exists. Fix only ONE error at a time between compilations.

After correcting all errors, to execute, select the Compiler / Execute option

You should then see your program execute.