best compiler
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 .....
johnray31
Junior Poster in Training
68 posts since Nov 2005
Reputation Points: 10
Solved Threads: 0
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.
Ancient Dragon
Retired & Loving It
30,050 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
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.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
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. :P"
msaqib
Junior Poster in Training
91 posts since Sep 2004
Reputation Points: 9
Solved Threads: 1
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.
[tex]QED[/tex]
:cheesy:
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
thankx fiend for ur comments i just wanna ur feedback so i can decided am going to use dev it ll suite for me
johnray31
Junior Poster in Training
68 posts since Nov 2005
Reputation Points: 10
Solved Threads: 0
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.
Ancient Dragon
Retired & Loving It
30,050 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
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...
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
Goto Tools --. Editor Options to change the editor options the way you want them.
Ancient Dragon
Retired & Loving It
30,050 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
I thought about dropping to the command line and using JEdit.
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20