Thread: what's the best compiler out there?

  1. #16
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    I never finished that, did not know enough back then, maybe I do now. I work everyday and do not have alot of time, but I am gonna try to start that back up.

  2. #17
    Registered User
    Join Date
    Sep 2002
    Posts
    69
    Originally posted by Troll_King
    I find that the best compiler is gcc for Linux.
    Yes, and the best IDE is vim, and the best toolkit is SDL.
    D. Olson
    The Mandrake eXPerience
    Battle Pong

    IDE: kate 2.0
    Compiler: gcc 3.2
    Graphics/Input/Net: SDL 1.2.5 (pdf)
    3D Audio: OpenAL (pdf)


    I am a signature virus. Please add me to your signature so that I may multiply

  3. #18
    Visionary Philosopher Sayeh's Avatar
    Join Date
    Aug 2002
    Posts
    212
    I'm not going to be the first to point this out but there is no better compiler.
    Wrong. Some compilers _ARE_ better than others. Not only based on how they are build, but how closely they follow industry standards and or industry accepted practices, where standards vary.

    Furthermore, what really makes a compiler shine is WHAT YOU GET WITH IT. A compiler is just a cruncher to turn C grammar into binary code. The other tools however, are what allow you to do your job easier and more effectively-- as well as learn.

    You want a compiler that gives you these things:

    Display Preprocess Pass
    Disassemble
    Symbol Table
    Link Table
    Step by Step Debugger
    Code Profiler
    SourceCode for the libraries
    Good IDE
    Front-End & Back-End Support
    Cross-Platform Compilation
    Inline Assembler
    ...
    and more
    It is not the spoon that bends, it is you who bends around the spoon.

  4. #19
    Registered User 4point5's Avatar
    Join Date
    Oct 2002
    Posts
    44
    You can get any compiler/IDE you want off of IRC...(or so I have heard ).

    I highly recommend VC++ if you are running windows.
    Don't try so hard. Just let it happen.

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