need a c-compiler!

Status
Not open for further replies.

direfulsky

Broken In
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]

"The Cake is a Lie!!"
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

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

Turbo C compiler
*www.acms.arizona.edu/education/opti_583x/sample_code/downloadTC.html

DevC++ compiler
*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
 
Status
Not open for further replies.
Top Bottom