Thread: Professional IDE / Compiler

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    16

    Professional IDE / Compiler

    Hello,

    so far i have only written console programs with Visual C++ 6.0(free version),
    but now i will lern to program with WinAPI, and i want to give away
    my programs (for free or shareware).
    Wich IDE should i buy, Visual Studio 2005 or an IDE from Borland?

    Thank you!

    greetings,
    newatC

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Moved to Tech.

    Before taking the decision you may want to give Borland Builder a trial first, if you haven't already done so; you can also try out msvc-express for free which will give you some idea of what to expect from msvc2005.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    If you want to program with the WinAPI I'd suggest you don't buy anything. You can download for free Microsoft Visual C++ 2005 Express Edition. Borland's excellent Suite, although much more feature ridden than the Microsoft 's alternative, is not free. So, it dies in comparison.

    However, if it is really the WinAPI you are interested in. It doesn't matter what you choose. You can download editors like Code::Blocks and Dev-C++ that support compilers like MinGW and Digital Mars. Their libraries are more than adequate to access the windows API.

    However, if when you say WinAPI you also mean a wrapper like Microsoft's MFC or Borland's VCL that enable you to code within a RAD environment (you drag a combo box to the WYSIWYG editor and set its properties, for instance), then... Microsoft is no longer doing that for native C++. It's trying to push its new toy onto the world, .Net. So you can only do that for Managed C++. In that case, Borland's suite is the way to go. It supports RAD development of native C++ windows applications. I'm not sure if you can use the MFC with it. But VCL, I hear, is not a beast one would want to stay away from.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help With finding a compiler
    By macman in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 04-15-2005, 08:15 AM
  2. Compiler questions
    By DvdHeijden in forum C++ Programming
    Replies: 6
    Last Post: 01-17-2005, 03:00 PM
  3. Compilers with Integrated IDE VS Alternatives
    By Lithorien in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 01-12-2005, 09:05 AM
  4. Have you ever written a compiler?
    By ammar in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 12-27-2004, 07:10 AM
  5. Dev C++ Compiler, Indentation?
    By Zeusbwr in forum C++ Programming
    Replies: 3
    Last Post: 10-21-2004, 06:13 AM