best compiler

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2005
Posts: 61
Reputation: johnray31 is an unknown quantity at this point 
Solved Threads: 0
johnray31 johnray31 is offline Offline
Junior Poster in Training

best compiler

 
0
  #1
May 12th, 2006
hello guys,

i have latest version of dev c++ compiler ..is there any best compiler that is specifically made for c language i need it badly and required ur comment plz give me if anybody knows .....
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,500
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1479
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: best compiler

 
0
  #2
May 12th, 2006
what's wrong with the Dev-C++ compiler? It compiles both C and C++ ok. If you want it to compile C only, then make the filename extension *.c instead of *.cpp

Myself, I like Microsoft compilers better because they have better debugging tools. You can still get VC++ 2005 Express for free.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,266
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: best compiler

 
0
  #3
May 12th, 2006
Turbo C

It's the best, in my opinion, if ur restricting yourself to just C and if you have a old computer like me.
And it's small to download. Problems solved.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 89
Reputation: msaqib is an unknown quantity at this point 
Solved Threads: 1
msaqib msaqib is offline Offline
Junior Poster in Training

Re: best compiler

 
0
  #4
May 12th, 2006
Well I think TurboC is the best compiler I ever used. during all my educational years in university I used to program in TC compiler. It alos provides good debugging.

Ther have been a joke related to Microsoft Technologies in our university. Sorry if any one hurt by that, but its just a joke
Most of the MS Software says

"There has been an error while executing the file. Now you find it your self and tell us. "
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 12
Reputation: nvanevski is an unknown quantity at this point 
Solved Threads: 1
nvanevski nvanevski is offline Offline
Newbie Poster

Re: best compiler

 
0
  #5
May 12th, 2006
I am using Borland's C++ BuilderX Personal. Great tool, and also multiplatform. You can use the same IDE in WIndows, Linux, Solaris... Also good if you need cross-compiling. You can register your own preprocessors and compilers... In short-great IDE. Just don't expect any RAD development.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,266
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: best compiler

 
0
  #6
May 12th, 2006
Turbo C is great for embedded c crap, and great for people who can only afford ancient computers that only support turbo c. However, its only downfall, is when people think they can write good c++ code with it. That's when it becomes stoopid to use.


QED

:cheesy:
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Nov 2005
Posts: 61
Reputation: johnray31 is an unknown quantity at this point 
Solved Threads: 0
johnray31 johnray31 is offline Offline
Junior Poster in Training

Re: best compiler

 
0
  #7
May 12th, 2006
thankx fiend for ur comments i just wanna ur feedback so i can decided am going to use dev it ll suite for me
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,500
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1479
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: best compiler

 
0
  #8
May 12th, 2006
Originally Posted by iamthwee
Turbo C is great for embedded c crap, and great for people who can only afford ancient computers
:mrgreen: :mrgreen: :mrgreen: Its not even good for that because there are several free good modern compilers, such as Dev-C++ that will let you learn c++ as it should be learned. Turbo C is not even good for embeded programs because it only supports MS-DOS 6.X and earlier operating systems.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 2,108
Reputation: server_crash is on a distinguished road 
Solved Threads: 18
server_crash server_crash is offline Offline
Postaholic

Re: best compiler

 
0
  #9
May 12th, 2006
I use Dev-C++ which does well with compiling, but I don't like the indentation mechanism of it. It doesn't properly align everything like it should...
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,500
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1479
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: best compiler

 
0
  #10
May 12th, 2006
Goto Tools --. Editor Options to change the editor options the way you want them.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC