Thread: compiler

  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    72

    compiler

    hey, whats the recommended compiler for C++? im using turbo c++ and i was told its not a good one.. i would be thinkful if u mention a compiler with its download link below so i can download it

    plz dont forget to mention the download link with compiler name, thanks

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Since these compilers and IDEs can handle both C and C++, I'll just reply here.
    http://cpwiki.sf.net/IDE
    There is a list of IDEs. Visual Studio comes with its own compiler, Visual C++, and Code::Blocks has a download with the mingw compiler.
    I like Visual Studio since it's a all-in-one IDE with a very nice editor, very good compiler and a debugger.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Quote Originally Posted by salmansalman View Post
    plz dont forget to mention the download link with compiler name, thanks
    I just wanted to say...how much lazier can one get, if you're unwilling to search for something given its name? Grow up....people aren't just going to hand everything to you in the real world.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM