Thread: What compiler should I download?

  1. #1
    Registered User
    Join Date
    Sep 2018
    Posts
    217

    What compiler should I download?

    I know this might be a question I could have solved myself by googling but I want to be on the safer side, and hey what's the harm in asking!

    I want the most standard and the most latest c++ compiler. Because I take it that way I would have access to later features and libraries which can never be a disadvantage.

    Well I'm using quincy right now and the last patch for that was like in 2005, and I'm learning TurboC in school which is quite different. They're good for newbies,

    But I want to use an updated compiler. Also, I would appreciate if it's an IDE.


    What do you guys use?
    Oh and is Microsoft Visual C++ also a standard C compiler? Is it better than other compilers? I know there are Visual C++ forums, are they C++ forums or are they a bit different from C++?

  2. #2
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    Well I'm using quincy right now and the last patch for that was like in 2005, and I'm learning TurboC in school which is quite different. They're good for newbies,
    Actually they are both a little old to be considered good, and IMO, TurboC is so old the only thing it is good for is confusing newbies with outdated technologies that were designed for obsolete operating systems.

    Oh and is Microsoft Visual C++ also a standard C compiler?
    If by standard you mean C89, then yes, but it doesn't support the current C standards.

    Is it better than other compilers?
    As long as you're talking about C++ it is a decent compiler, but it is severely lacking as far a C is concerned (but it is still better than either of your current choices).

    There are several good compilers available for Windows each has a decent IDE available. Probably one of the best options would be Visual C++ (for C++).

    What do you guys use?
    Primarily I use gcc on Linux (I don't do Windows).

  3. #3
    Registered User
    Join Date
    Sep 2018
    Posts
    217
    Quote Originally Posted by jimblumberg View Post
    Actually they are both a little old to be considered good, and IMO, TurboC is so old the only thing it is good for is confusing newbies with outdated technologies that were designed for obsolete operating systems.


    If by standard you mean C89, then yes, but it doesn't support the current C standards.


    As long as you're talking about C++ it is a decent compiler, but it is severely lacking as far a C is concerned (but it is still better than either of your current choices).

    There are several good compilers available for Windows each has a decent IDE available. Probably one of the best options would be Visual C++ (for C++).


    Primarily I use gcc on Linux (I don't do Windows).
    Thanks for the tips! So Visual C++ is a good choice for C++? Is there anything better than that? What about CodeBlocks?
    I'm looking for a C++ compiler right now.. I don't know about C.. besides I just started learning C++ a month ago.

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Nwb
    So Visual C++ is a good choice for C++?
    Yes.

    Quote Originally Posted by Nwb
    Is there anything better than that?
    It depends on your requirements. Since you are just starting with C++ and don't have special requirements in mind, any reasonably standard compliant compiler would be good enough.

    Quote Originally Posted by Nwb
    What about CodeBlocks?
    That is an IDE that is available in a bundle with GCC (and hence g++).
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ANSI C compiler download
    By Filster in forum C Programming
    Replies: 19
    Last Post: 08-22-2011, 11:39 PM
  2. ANSI C++ compiler download
    By Filster in forum C++ Programming
    Replies: 2
    Last Post: 07-28-2011, 06:00 AM
  3. Where can i download the borland 3.1 compiler?
    By lox in forum C Programming
    Replies: 5
    Last Post: 07-11-2005, 04:04 AM
  4. Windows C compiler download?
    By sw9830 in forum C Programming
    Replies: 4
    Last Post: 03-02-2003, 04:15 AM
  5. C++ compiler download
    By incognito in forum C++ Programming
    Replies: 5
    Last Post: 10-27-2001, 08:15 AM

Tags for this Thread