View Single Post
Old 30-09-2007, 10:52 AM   #3 (permalink)
ravi_9793
TechTin.com
 
ravi_9793's Avatar
 
Join Date: Jun 2005
Location: www.TechTin.com
Posts: 4,090
Default Re: need a c-compiler!

All the compiler for C++ can also be used for C. .
Some good compiler are :
Turbo C++

Turbo C compiler
http://www.acms.arizona.edu/educatio...ownloadTC.html

DevC++ compiler
http://www.bloodshed.net/devcpp.html

Microsoft Visual C++


There is no trick to run a C program in a c++ compiler.Just type ur program and click on RUN.Thats it.

And for saving a program
For a C program ..save as anything.c
For a C++ program.. save as anything .cpp
ravi_9793 is offline