CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 24

Threaded View

  1. #11
    Join Date
    May 2009
    Posts
    2,413

    Re: What C++ compiler do you use and which you think is the best?

    It's important to separate the compiler from the IDE.

    The IDE is responsible for things like syntax checking and debugging, and the compiler is responsible for laying down code. I'm pretty sure even VS sports a separate syntax checker as of 2010.

    One cannot compare compilers by comparing the syntax checking and debugging capabilities of different IDE's. To compare compilers one should compare the quality of the code they emit and how C++ standard compliant they are (and maybe how fast they are but that's of secondary importance in my view).
    Last edited by nuzzle; September 12th, 2010 at 12:45 AM.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured