+ Reply to Thread
Results 1 to 5 of 5

Thread: C++ Compiler question

  1. #1
    Learning Programmer skilletsteve is an unknown quantity at this point
    Join Date
    Aug 2006
    Posts
    45

    C++ Compiler question

    What are some different programs that are used to compile C++ applications, and what are the pros and cons of each?

  2. #2
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,680
    Blog Entries
    57
    There's a long list of C++ compilers out there. The biggest pros/cons will deal with how closely they adhere to the ISO standard, and what additional features are included (Such as GUI with VC++ or Borland C++).
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  3. #3
    Programmer icepack is on a distinguished road icepack's Avatar
    Join Date
    Jul 2006
    Location
    North Carolina
    Posts
    115
    g++ does the trick for me


    as for pro's and con's...i have no clue.
    my programs have to stick to my professors' standards. as long as they stick to those standards then compiling has never been a problem.

  4. #4
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,680
    Blog Entries
    57
    g++ (MinGW package) works for me. It lets me initialize arrays with a variable for the size, which is supposed to be illegal, but I don't mind that. Other than that, it seems to be very standards compliant. Microsoft and Intel's compilers are supposed to create slightly smaller binaries.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #5
    Programming Professional Ronin is on a distinguished road
    Join Date
    Apr 2006
    Posts
    310
    I use VC++ - works good and you can get the express edition free.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. asking for opensource compiler.
    By fire exit in forum General Programming
    Replies: 1
    Last Post: 08-02-2007, 07:46 AM
  2. create e-book compiler
    By pcdctr in forum General Programming
    Replies: 8
    Last Post: 05-23-2007, 06:26 AM
  3. which compiler
    By n707 in forum C and C++
    Replies: 4
    Last Post: 04-14-2007, 12:28 PM
  4. Best Compiler for Macintosh
    By beastilio in forum Java Help
    Replies: 2
    Last Post: 04-07-2007, 10:01 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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