Thread: A good compiler

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    13

    A good compiler

    When I took a class to learn C programming I think one of my biggest problems was the compiler that the Professor made us use, just because it made it very difficult to debug code and contained no IDE. I want to continue learning more but I feel I will do better if I had a different compiler. So my question is what is a compiler you would suggest that is easy to use and of course free?

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Speaking strictly, there's not a compiler in this world that comes with an IDE. Some IDEs (like visual studio) are very tightly bound to a particular compiler, while others (C::B, Eclipse as I understand it) are not and can be used with just about any compiler out there.

    For free compilers you can get gcc (with an IDE of your choice if you want one), or VS Express from MS.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Whats A Good Compiler?
    By katocan in forum C++ Programming
    Replies: 14
    Last Post: 06-28-2005, 11:00 AM
  2. Which Compiler should I use?
    By jjj93421 in forum Game Programming
    Replies: 17
    Last Post: 03-29-2004, 01:21 PM
  3. How good is the compiler of VS .NET Pro, really?
    By lightatdawn in forum Windows Programming
    Replies: 5
    Last Post: 03-23-2004, 02:58 PM
  4. Where can I get a good old Turbo C compiler?
    By sundeeptuteja in forum C Programming
    Replies: 2
    Last Post: 09-15-2002, 07:40 AM
  5. Good compiler for OpenGL (besides MS Visuial c++)
    By Crossbow in forum Game Programming
    Replies: 1
    Last Post: 12-20-2001, 04:44 PM