C Programming Compiler for Windows Vista

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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...
 
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.
 
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.