Compilers
Results 1 to 7 of 7

Thread: Compilers

  1. #1
    Registered User
    Join Date
    Jul 2001
    Posts
    35

    Post Compilers

    For the most part java appears to be the only language that I have found that has free gui based compilers such as bluej(even though you can just use notepad and useing the jdk tools to compile bluej is much easier). Is anyone aware of any other programing languages which have free compilers.
    I am teaching someone c++ right now, and he wants a program for his home system to use but I am not aware of any free programs that I could tell him to download. I know there are many good c++ compilers out there but borland, codewarrior, and all other programs I am aware of charge too much for the casual programer to spend.

    Thanks.

  2. #2
    Registered User
    Join Date
    Aug 2000
    Posts
    272

    Post

    Let's see...everything just about that's not controlled corporately has a free compiler out there somewhere. I can speak for Pascal and note you can find Borland's compilers on their site as well as several other compilers out there. I've seen free C compilers before as well. You might look around and see what you can find on the net.

  3. #3
    Registered User Akuma's Avatar
    Join Date
    Nov 2001
    Location
    The Void
    Posts
    826

    Post

    <a href="http://www.borland.com/bcppbuilder/freecompiler/cppc55steps.html"" target="_blank">Click here</a> for the free Borland C++ compiler.
    Also <a href="http://www.bloodshed.net/download.html"" target="_blank"> try here</a> for another free compiler.

  4. #4
    Registered User Akuma's Avatar
    Join Date
    Nov 2001
    Location
    The Void
    Posts
    826

    Post

    Please note that I haven't used any of the above sorfware. I like my CodeWarrior so that is the one I use. Feel free to let me know how they turn out.

  5. #5
    Registered User +Daemon+'s Avatar
    Join Date
    Jan 2002
    Location
    RC, Ca
    Posts
    3,406

    Post

    Run linux and get a free gcc, cc, g++ compilers and more

    Delphi is free

  6. #6
    Registered User HIESLanMan's Avatar
    Join Date
    Feb 2001
    Location
    Atlanta, GA
    Posts
    154

    Post

    Does anyone know of a decent free gui C compiler for Windows? There HAS to be one out there. I'm just getting started with it, and it's a pain using notepad (N++). I can't wait until I 'graduate' myself to Java.

  7. #7
    Avatar Goes Here Radical Dreamer's Avatar
    Join Date
    Jan 2001
    Location
    Fairmont, West Virginia
    Posts
    4,866

    Post

    I use <a href="http://www.bloodshed.net" target="_blank">www.bloodshed.net</a> for Dev C++ and Dev pascal, both gui and easy to use

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •