Thread: Compilers

  1. #1
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413

    Compilers

    Yes, I have read the FAQ.

    Just a quick question here, does anyone here use anything else besides an MS compiler or MinGW (or GCC) and why?

    I was reading about Watcom being a pretty kick-butt compiler back in DOS days, but how is it now (as OpenWatcom)?

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    You were in the right forum to begin with...grrr.

    Anyway, here's the poll from a while ago:

    Your most used compiler
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #3
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    Ah, so no one really gives a crap about anything but GCC/MinGW and VC.

  4. #4
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    I sometimes toy with Intel's icc, and Sun's cc. You can't build a full Linux system with either of them, but they are nice to have on the system for experiments.

  5. #5
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by Epy View Post
    Ah, so no one really gives a crap about anything but GCC/MinGW and VC.
    Well, the "reason" is most people are programming software for either MS (which has an official compiler) or GNU/linux (which also has an official compiler). 95%+ of software built for those OS's is built using the official compiler. On linux, it is probably more like 99.999999%. So why mess with that?
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  6. #6
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    I guess. I thought there would be a Borland or Watcom niche.

  7. #7
    Registered User
    Join Date
    Dec 2008
    Posts
    32
    I do use Borland for my Windows GUI stuff. When I _can_, but that's getting harder by the day.

    Market demands are gonna make me learn MFC one of these days I think... been putting it off as long as possible. But then on the other hand if the customer wants something like that they can just hire some script kiddie who thinks he knows C#. *shrug*

    Edit: Since it hasn't been mentioned, I've toyed with Pelles C occasionally, mainly just because I was given a project that used it. Actually seems like a real solid compiler, not that I'd switch to it or anything.
    Last edited by core_cpp; 10-09-2009 at 01:58 PM.

  8. #8
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    Isn't MFC being phased out for Forms and WPF?

  9. #9
    Registered User
    Join Date
    Dec 2008
    Posts
    32
    Ummm... if you want to play with .NET maybe. LOL

    Hopefully I'll be retired when the day comes that I can't find a decent paying job without going there. Ugh. Fortunately linux isn't going anywhere.

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. True c compilers
    By the_old_nyx in forum C Programming
    Replies: 9
    Last Post: 07-24-2006, 06:09 PM
  3. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  4. Compilers for Windows
    By LegendsEnd in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2004, 08:03 AM
  5. Compilers, Compilers, Compilers
    By Stan100 in forum C++ Programming
    Replies: 11
    Last Post: 11-08-2002, 04:21 PM