Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-16-2008, 10:53 AM   #1 (permalink)
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,646

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default C programming

I was wondering what is a good compiler to use for C ? I know I could google a compiler, but I wondered if anyone had any opinions of one they like ? Thanks.
oldskool is offline  
Old 11-16-2008, 01:52 PM   #2 (permalink)
 

Join Date: Jul 2005

Location: England

Posts: 2,159

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: C programming

What OS?
Also do you need an IDE?
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is online now  
Old 11-16-2008, 02:14 PM   #3 (permalink)
Baez's Avatar
 

Join Date: Sep 2005

Location: Toronto, Canada

Posts: 5,466

Baez is a glorious beacon of lightBaez is a glorious beacon of lightBaez is a glorious beacon of lightBaez is a glorious beacon of lightBaez is a glorious beacon of light

Default Re: C programming

Lightest and most stable compiler for Windows is Borland 5.5. It's free as well.

If you can afford it Visual Studio 2008 is an absolutely amazing tool.
__________________

Baez is offline  
Old 11-16-2008, 02:43 PM   #4 (permalink)
 

Join Date: Jul 2005

Location: England

Posts: 2,159

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: C programming

I have found that Dev C++ quite good but it can crash from time to time. Open Watcom is very stable, works well but is quite ugly. The best solution for me has been to write the files with a normal text editor (Notepad++ is a favorite) and then compile with mingw (or make if you write a makefile) on the command line. This is a method which suits me well because it is similar on whatever platform you are developing on.
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is online now  
Old 11-16-2008, 03:26 PM   #5 (permalink)
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,646

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default Re: C programming

Win XP SP3 is the OS

I have Microsoft Visual Basic 2008 Express Edition (free). I was wondering if I can compile C programs with that. When I get a chance later, I may try it.

Re: the Borland 5.5 and the other options, cool ! Thanks for the responses
oldskool is offline  
Old 11-16-2008, 03:32 PM   #6 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default Re: C programming

ms visual basic express will not compile c code. you'll run into compile errors

i've used borland in the past
office politics is offline  
Old 11-16-2008, 03:35 PM   #7 (permalink)
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,646

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default Re: C programming

Great, office, thanks !
oldskool is offline  
Old 11-16-2008, 04:06 PM   #8 (permalink)
 

Join Date: Jul 2005

Location: England

Posts: 2,159

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: C programming

You will not be able to compile C in ms visual basic because VB and C are very different languages.
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is online now  
Old 11-16-2008, 07:37 PM   #9 (permalink)
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,646

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default Re: C programming

Quote:
Originally Posted by kmote View Post
You will not be able to compile C in ms visual basic because VB and C are very different languages.
I do realize that, but I saw somewhere on the net that the Microsoft IDE for Visual C++ is capable of compiling C as well as C++. I thought that maybe the new .NET suite might have that capability.

I now know that it isn't, Kmote. Thanks for the responses.
oldskool is offline  
Old 11-17-2008, 04:26 PM   #10 (permalink)
 

Join Date: Jul 2005

Location: England

Posts: 2,159

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: C programming

Apologies, I sometimes find it hard to judge others technical knowledge.
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is online now  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
best skill set to re-enter programming? BobLewiston Programming Discussions 4 11-08-2008 04:14 AM
Web Programming Languages bheron Programming Discussions 4 09-12-2008 07:33 PM
The A-Z of Programming Languages: JavaScript Osiris Programming Discussions 0 08-04-2008 09:35 AM
Payments Programming Rex100 Programming Discussions 2 07-14-2008 09:30 PM
New Hack Technique Exploits Common Programming Error Osiris Virus - Spyware Protection / Detection 0 07-23-2007 02:26 PM