Click to See Complete Forum and Search --> : Visual C++ and Borland C++ Builder :: Breakdown


kuphryn
February 24th, 2004, 02:37 PM
Hello.

I have extensive experience designing and developing applications using Visual C++ and its various Win32 tools including MFC. I have also used Borland C++ Builder, but only on Win32 console projects. I would like to discuss some essential differences including advantages and disadvantages between the two IDE.

- How would you compare MFC and Win32 API to WinForm (Borland - correct?).

- Is it possible to access raw Win32 API directly when working under Borland C++?

- Are there message queues in WinForm? How does it handle messages?

- How does Borland C++ handle multithreading and multiple processes?

- What is the future of Visual C++ and Borland C++?

Thanks,

Kuphryn

AvDav
February 27th, 2004, 05:33 PM
It is 1.5 year that I don't use Borland C++ Builder (5.0). However I remembered these disatvantages:
1. Builder IDE is more complicated.
2. The size of the executable is larger.

advantages:
Easy-to-use libraries.

It is possible to access to the Win32 API, (windows.h etc). furthermore, it supports MFC and you can convert your MSVC project to the Builder project...