Thread: Best C compiler

  1. #1

    Post Best C compiler

    Currently

    I am using 2 C compilers Bloodshed's Dev C++ and Borland C++ 5.2.

    QUESTION

    I am wondering what eveyone else uses and if there are any FREE C/C++ compilers that would be better.

    sean
    Last edited by unanimous; 10-26-2001 at 07:11 PM.

  2. #2
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    They're free for a reason. Go MSVC++6.0. The best

    --Garfield
    1978 Silver Anniversary Corvette

  3. #3

  4. #4
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    > DJGPP is popular

    Yeh, isn't that compiler on this site to download or something?
    1978 Silver Anniversary Corvette

  5. #5

    Garfield,

    Now I know that Microsoft visual c++ 6 is great and everything but who has that kind of money to buy it when free is costing me nothing. A while ago i just would have pirated it but now i am temporarily using dial-up. and DJGPP doesn't work on my win 2k. Now there is a book I will be buying soon Beginning visual c++ 6 and that comes with the learners edition. I also used to have visual studio but lost that when I formated my harddrive.
    Last edited by unanimous; 10-26-2001 at 09:19 PM.

  6. #6
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    www.compilers.net
    The best compiler is like the best car - you don't know what's best for you until you've driven some.

    Do you want high powered expensive luxury, or something just to get around?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  7. #7
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    Good analogy, Salem. It is just like that. Go for a test drive, man.
    1978 Silver Anniversary Corvette

  8. #8
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522
    whatever your asppirations now, you will likley want more from your compiler in the near future and M$ VC6++ has loads of tools which can help you create better programs, however some features can and are tricky to use so you may as well get it now and start learning them sooner
    All spelling mistakes, syntatical errors and stupid comments are intentional.

  9. #9

    ms visual c++ 6

    how much is it?

    i plan on buying beginning visual c++ by ivor horton and that comes with the learner's edition but does that allow you to compile?

  10. #10
    free(me);
    Join Date
    Oct 2001
    Location
    Santo Domingo, DN, Dominican Republic
    Posts
    98

    If you're just starting out...

    Then DevC++ is perfect for you. It's not a Kia, but it's not a Mercedes either. I'd say it's a trusty Toyota.

    Besides, at this point, when you're still writting hello wolrd type programs, notepad and gcc are all that you really need.

    Hehe...

    adios,
    biterman.
    Do you know how contemptous they are of you?

  11. #11
    Registered User
    Join Date
    Sep 2001
    Posts
    412
    Do you mean you have Borland C++ 5.02? That's probably all the compiler you'll ever need (probably the best compiler+IDE Borland ever made, although it's not up to current ANSI C++ standards).

    VC++ is more popular, but as it's out of the price range of many people, use Borland C++ 5.02 -- it's free, it has an IDE, and it compiles true DOS programs, too.

  12. #12
    Unregistered
    Guest
    DEV C++ is good.It is easy to use and for those who are putting there feet on the first rung of the programing ladder it is ideal.
    BUT IT IS NOT A COMPILER. IT IS AN I.D.E. if you take the trouble to
    find out what the compiler is behind DEV C++ and and learn it you can do most any thing

    Sall

  13. #13
    Registered User
    Join Date
    Oct 2001
    Posts
    2
    I'm just beginning C and C++. Only been learning for about two months now. I started learning mainly cause some of the guys at school are building a scripting language called USP. Bad thing is, I have a Crapintosh (Mac), and I can't find a good compiler outside of Codewarrior, which is way out of my price range.

  14. #14
    Registered User dune911's Avatar
    Join Date
    Sep 2001
    Posts
    140
    i am using
    Dev-C++ (www.bloodshed.net)
    to write my sourcecode-files
    and then
    DJGPP (www.delorie.com/djgpp)
    to compile and like the files...

    i think this combination is it =)

  15. #15
    Registered User
    Join Date
    Oct 2001
    Posts
    34
    ms visual c++ 6 is the best and you can get a fully functional tutorial version that never expires if you buy a C++ tutorial package that comes with the book C++ in 24 hrs. I lovems visual c++ 6 its great.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM