English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

5 answers

lcc-win32: A Compiler system for windows

http://www.cs.virginia.edu/~lcc-win32/

Here you can download the lcc-win32 C compiler system. The system is self contained: you do not need anything else to get started programming in C in the Win32 environment. You get

Code generator (compiler, assembler, linker, resource compiler, librarian)
Integrated development environment with editor, debugger, make file generation, resource editor, etc.
User manual and technical documentation.
All the binaries and the associated header files etc, are contained in an auto-installable executable that will create all the needed directory structure.


Here is a direct link to the software and happy C programing!
http://www.q-software-solutions.de/pub/lccwin32.exe

2006-11-29 15:50:01 · answer #1 · answered by Anonymous · 0 0

The Firs & Foremost Thing u need to Know before installing is
On Which OS u want to Install Compiler.

bcoz, Linux has got built in C Compiler.
If u r Trying for Windows OS Then, Which C Compiler u need to install.
whether it is Borland C or Turbo C.

I Suggest installing Turbo C bcoz many people will use the same thing.

I think u will get an Extractor File to install it.
choose the Path where to Extract.

Go to Command Prompt(Start-->Run-->Cmd)
Choose the Extracted Path
change directory like
C:/TC> if u extracted to tc directory on c drive.

Type TC an Executable file will run and takes u to different editor.
where u have set to set Compiler Directives & Libraray Routines Path.

By Choosing Directories from compiler menu-->before help & window menu.

2006-11-29 16:25:40 · answer #2 · answered by Ravi Nanjunda Rao 3 · 0 0

We used the Dev C++ compiler for a class at a state university. It's free and works fine.

2006-11-29 16:52:19 · answer #3 · answered by modulo_function 7 · 0 0

Tried the Gnu C compiler, yet? Free download.

http://sourceforge.net and look for "GCC"

2006-11-29 15:51:02 · answer #4 · answered by Anonymous · 0 0

Dev C++ is another great program that also has a very user-friendly GUI.

2006-11-29 16:02:57 · answer #5 · answered by Chris S 5 · 1 0

fedest.com, questions and answers