View Poll Results: What compiler is best for ANSI C?

Voters
13. You may not vote on this poll
  • Code Warrior

    0 0%
  • Dev-C++

    10 76.92%
  • LCC

    3 23.08%

Thread: Compilers

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    70

    Compilers

    What compiler(and defualt IDE) is best for just ANSI C?
    "...since anyone who is anyone knows C..." -Peter Cellik

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Oooh, it's this poll again. I haven't seen it for a week or so.
    Away.

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    5
    You could at least not include IDE's in the compiler options & there are more than 2 compilers :\

  4. #4
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534

    Originally posted by confuted

    Oooh, it's this poll again. I haven't seen it for a week or so.
    lol - Hey now, I have been actively reading these boards for a couple of weeks again now, and I have not seen this poll. Maybe it was three weeks ago..

    Seriously though, I did not even see any mention of my favourite compiler or 'ide'..

    What is the deal with the Microsoft IDE's? I was at futureshop yesterday, and they were selling one for C# .NET and another one for VB .NET. Does that mean you have to buy one for each language? They were like $180 a piece. Kind of pricey.

    kermit

  5. #5
    Obsessed with C chrismiceli's Avatar
    Join Date
    Jan 2003
    Posts
    501
    I use gcc on command line with vi on command line, I need no gui at all.

  6. #6
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Originally posted by chrismiceli
    I use gcc on command line with vi on command line, I need no gui at all.
    I tried vi... got stuck in it because I couldn't figure out how to access the help or exit.

    So now I use emacs for Linux and MS-DOS edit for Dos/Win32.

  7. #7
    Registered User
    Join Date
    Aug 2003
    Posts
    5
    I often use vim but when in X, nedit is quite nice; and if i can be bothered using up resources I load up kate while in fluxbox.
    gcc.

  8. #8
    Wannabe Coding God
    Join Date
    Mar 2003
    Posts
    259
    I usaly use kate and compile with GCC.
    They say that if you play a Windows Install CD backwords, you hear satanic messages. That's nothing; play it forward and it installs Windows.

  9. #9
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    No, you can buy Visual Studio.NET Proffesional and get all the languages included for a nice upgrade price (not ) of $500. The full price is about $1000+. And thats the Professional one. There is Enterprise and Architect versions but unless you're like some corporate guy or some real high IT guy, you would only use the Professional one.

    I recommend it absolutly. Windows will eventually upgrade to .NET as its API and therefore forget about the current WinAPI. .NET is a great library/technology. Makes everything easier and cleaner code.

    VS.NET comes with C++.NET, C#[.NET], VB.NET, J#[.NET] (this language sucks), and a whole bunch of other neat shiaz. The IDE is the greatest thing ever coded, ever.

    However, you can get all the compilers/tools for free from microsoft itself. They are all command-line. Its the IDE that costs all that bunch along with all the other stuff.

    Download your free .NET compilers: http://www.microsoft.com/downloads/d...displaylang=en

  10. #10
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    tried vi... got stuck in it because I couldn't figure out how to access the help or exit.
    The help is better online.

    exit ':q'
    write ':w'
    open ':o'
    to force an opention add a '!'(some people call that a bang).


    I like Kate too, mostly because of the konsole part in it. I which console vi could do that(didicated console, not the run program thing).

    Anyone using ICC? It sounds good(havnt tried it yet myslef).

    <edit>
    Whats LCC?

  11. #11
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Thanks for the lowdown on the .NET stuff, Speedy5 - right now I am not running windows, so no real way of checking out the microsoft compilers or IDE's. If I do ok with the C++ courses I am going to take (they don't offer C courses at the local community college) I might try my hand at some of the .NET courses, in which case I would end up with a Windows box again...

  12. #12
    Been here, done that.
    Join Date
    May 2003
    Posts
    1,164
    For a VB-like program that works in MAC, Linux/Unix and Windows, look at http://realbasic.com
    Definition: Politics -- Latin, from
    poly meaning many and
    tics meaning blood sucking parasites
    -- Tom Smothers

  13. #13
    Registered User
    Join Date
    Jan 2003
    Posts
    88
    Originally posted by mart_man00
    Whats LCC?
    http://www.cs.virginia.edu/~lcc-win32/

    gcc is the best compiler (well i dont touch the unfree ones). who needs an IDE if you can manage your work with GNU Make and Autoconf and compile with gcc?

  14. #14
    still a n00b Jaguar's Avatar
    Join Date
    Jun 2002
    Posts
    187
    echo chrismiceli
    But I use vim not vi.
    And gcc is only one I like.
    slackware 10.0; kernel 2.6.7
    gcc 3.4.0; glibc 2.3.2; vim editor
    migrating to freebsd 5.4

  15. #15
    Registered User
    Join Date
    Jan 2003
    Posts
    88
    Originally posted by Jaguar
    Profile: slackware 9.0; gcc 3.2.2; vim editor.
    ditto. : )

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Builder Comparison
    By ryanlcs in forum Tech Board
    Replies: 14
    Last Post: 08-20-2006, 09:56 AM
  2. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  3. Compilers for Windows
    By LegendsEnd in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2004, 08:03 AM
  4. Compilers, Compilers, Compilers
    By Stan100 in forum C++ Programming
    Replies: 11
    Last Post: 11-08-2002, 04:21 PM
  5. target OS compilers
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-01-2002, 11:08 AM