PDA

View Full Version : need a c-compiler!


direfulsky
30-09-2007, 10:18 AM
hello every one!
i need a c- compiler( a free version) i did checked there on google most of them triall and crap!
have a blessed sunday!

[xubz]
30-09-2007, 10:48 AM
If you are learning C in a College, They'll use all those Borland Specific <conio.h> Headers.

So Better try and get Turbo C++ 3.0 from Seniors/Friends.

OR, If you're learning it yourself, Get Dev-C++ IDE.

ravi_9793
30-09-2007, 10:52 AM
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/education/opti_583x/sample_code/downloadTC.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