Best compiler for C++

Discussion in 'C++' started by rijans, May 27, 2011.

  1. rijans

    rijans New Member

    Joined:
    Jul 8, 2010
    Messages:
    40
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Student
    Location:
    Cloud Server
    Home Page:
    http://www.techgainer.com
    Which is the best compiler for copiling c++ programs for beginners? Is it turbo c++ or dev c++?
     
  2. cpulocksmith

    cpulocksmith New Member

    Joined:
    Jul 23, 2008
    Messages:
    289
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    student
    Location:
    canada
    i really like dev c++, its what i use
     
  3. ManzZup

    ManzZup New Member

    Joined:
    May 9, 2009
    Messages:
    278
    Likes Received:
    43
    Trophy Points:
    0
    Occupation:
    Production Manager:Software @ ZONTEK
    Location:
    Sri Lanka
    Home Page:
    http://zontek.zzl.org
    on windows i use Dev-C++ [turbo interface really sux] and apart from it Visual C++ os MS is the best probably, there intellisense got me off ma mind :DD
    any way they use this header preprocessing thing which is not supported in many old compilers

    and in linuz enironment you always have the g++ or gcc :)
     
  4. Ankitas

    Ankitas Banned

    Joined:
    Jul 6, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Best compiler. That depends on what your trying to achieve. I use MingW (GCC 3.4.5) on Windows and Linux. I use it for cross-platform work.

    My IDE is Eclipse 3.4M7 (Ganymede) with CDT (C++ Plugin). This is good because it has a nice Subversion plugin that integrates well. I find CDT has good syntax highlighting, lots of customization and really good code-completion/templates. The new Release Candidate with Ganymede is a big improvement of the current stable Europa.

    Dev-C++ is nice, but it hasn't received any major updates in many years. I'm not even sure bug fixes are being done to it anymore?. I stopped using this a while ago as it couldn't do everything I wanted.:worried::pleased:

    VC++ is good, but it's a Microsoft product so you have to deal with all the Microsoft crap they add into it (MFC etc).
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice