C Programming Compiler for Windows Vista

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 4K views
lukesowersby
Messages
9
Reaction score
0
Hi,

At university we are using the Borland C++ 5.5 compiler, however, this does not work on Vista, which my home computer has.

I was therefore wondering what C program compiler everyone would recommend which works on Windows Vista?

Thanks,

Luke.
 
Physics news on Phys.org
Thanks for the reply. Downloading now...
 
Just for the archives.
If you want a Unix experience c compiler on Windows you should also look at http://www.mingw.org/ it's the same GCC+Gnu tools but calling the windows libs directly rather than through the cygwin->unix compatibility libs.
 
I use the C++ express for all of my projects. Very trustworthy compiler.

Matt
 
I've always used Dev-C++ to compile, and Notepad++ for the actual writing of code.
 
lukesowersby said:
At university we are using the Borland C++ 5.5 compiler,

Your university is using a nine-year-old compiler?! :bugeye:
 
jtbell said:
Your university is using a nine-year-old compiler?! :bugeye:
Until the free edition of VS came out it was about the only free IDE on windows.
C (rather than c++) hasn't changed much in 9 years and at the time Borland was a lot better than Microsoft (MSV6 argh) for standards compliance.
 
The full version of VS is available for all students. All you need is a valid .edu email.
 
DaleSwanson said:
I've always used Dev-C++ to compile, and Notepad++ for the actual writing of code.

That's a nice strategy.

What about programming resources in Linux or BSD?, there is Vim, Emacs or the KDE & GNOME IDEs but I'm not sure about them. Any suggestions please?
 
It's been a couple years since I used Linux, but when I did I was happy with Kdevelop.