Recommend a C compiler for me please

thespeakerbox

Platinum Member
Nov 19, 2004
2,654
0
71
My teacher recommended Turbo C++, but its not free , and she said its on ebay. She's crazy. She also recommended bloodshed, but it always crashes and doesnt display the programs right. Can someone recommend me a basic C compiler..... Please!
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
Originally posted by: everman
GCC or I'm sure you can get a student discount on visual c++.

Dev-Cpp uses the MinGW port of gcc. Otherwise, gcc requires Cygwin to run.

Thespeakerbox, Dev-CPP works great for me. Are you using an official release or a beta release?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
She also recommended bloodshed, but it always crashes and doesnt display the programs right.

Then figure out what's wrong with your machine or file bug reports. Bloodshed Dev-C++ is open source and uses a toolchain used by virtually every Linux user in the world, if it was crash-happy people would know.

And what does "doesn't display the programs right" mean?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Cygwin is a nice program to have anyway.

Ideally yes, but cygwin is god-awful slow compared to running those tools native on unix. There's a port of a lot of those tools to native win32 somewhere on sourceforge which are a lot faster, but I don't remember the name of the project right now.
 

Thyme

Platinum Member
Nov 30, 2000
2,330
0
0
That's true, but for learning unix development without a unix box, the speed difference won't really matter and it also makes it convenient to learn the bash shell.