Closed Thread
Results 1 to 5 of 5

Thread: C++ Compiler question

  1. #1
    skilletsteve is offline Learning Programmer
    Join Date
    Aug 2006
    Posts
    45
    Rep Power
    0

    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. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,466
    Blog Entries
    74
    Rep Power
    143
    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++).
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    icepack's Avatar
    icepack is offline Programmer
    Join Date
    Jul 2006
    Location
    North Carolina
    Posts
    115
    Rep Power
    21
    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.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,466
    Blog Entries
    74
    Rep Power
    143
    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    Ronin is offline Programming Professional
    Join Date
    Apr 2006
    Posts
    309
    Rep Power
    24
    I use VC++ - works good and you can get the express edition free.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What is your fav compiler ?
    By genux in forum C and C++
    Replies: 9
    Last Post: 04-14-2010, 10:52 AM
  2. C# Compiler - Daft question.
    By G_Morgan in forum C# Programming
    Replies: 9
    Last Post: 07-02-2009, 12:24 PM
  3. quickie question for anyone- using Dev-C++ compiler..
    By proeliumfessus in forum C and C++
    Replies: 7
    Last Post: 05-26-2009, 03:23 PM
  4. Replies: 6
    Last Post: 05-23-2008, 08:00 AM
  5. Best C/C++ Compiler?
    By bbalegere in forum C and C++
    Replies: 9
    Last Post: 02-27-2007, 01:29 PM

Tags for this Thread

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