Thread: other C++ compilers

  1. #1
    Unregistered
    Guest

    other C++ compilers

    are there any other c++ compilers availible for linux? i know there has to be...gcc3 is horribly slow...

  2. #2
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    gcc 2.9.5?

    gcc 3.1 is supposedly faster than 3.0.* in both compilation time and program speed, and faster in program speed than 2.9.*.

    There is also the Intel compiler for Linux, availible here.

    http://www.intel.com/software/produc...c60l/index.htm
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  3. #3
    Unregistered
    Guest
    yeah i just upgraded from 2.95.3 about two weeks ago, and i'm wishing i didn't. i choose to upgrade because i heard 3.1 fixed the problems of 3.0.x, and was more standards (C++) compliant. maybe it did speed things up a bit, but its noticeably slower than 2.95.3 and VC++ on the same projects...Thanks for the link. i'll check it out.

    have you heard anything about Code Warrior?

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