Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 67933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:20:15+00:00 2026-05-10T19:20:15+00:00

I’m a pretty experienced Java programmer that’s been doing quite a bit of Win32

  • 0

I’m a pretty experienced Java programmer that’s been doing quite a bit of Win32 stuff in the last couple of years. Mainly I’ve been using VB6, but I really need to move to something better.

I’ve spent a month or so playing with Delphi 2009. I like the VCL GUI stuff, Delphi seems more suited to Windows API calls than VB6, I really like the fact that it’s much better at OO than VB6, and I like the unit-testing framework that comes with the IDE.

But I really struggle with the fact that there’s no widely-used garbage collector for Delphi – having to free every object manually or use interfaces for everything seems to have a pretty big impact on the way that you can do things effectively in an object oriented way. Also I’m not particularly keen on the syntax, or the fact that you have to declare variables all at the top of a method.

I can handle Delphi, but I’m wondering if C++ Builder 2009 might be a better choice for me. I know very little about C++ Builder and C++, but then I know very little about Delphi either. I know there’s a lot to the C++ language, but I suspect it’s only necessary to know a subset of it to get things done productively… I have heard that the C++ of today is a lot more productive to program in than the C++ of 10 years ago.

I’ll be doing new development only so I wouldn’t need to master every aspect of the C++ language – if I can find an equivalent for each of Java’s language features I’ll be happy enough, and as I progress I could start looking at the more advanced stuff a bit more. (Sorry if that sounds painfully naive – if so please set me straight!)

So, for a Java programmer that’s new to both Delphi and C++ Builder, which would you consider to be a better choice for productive development of Win32 exes and dlls, and why? What do you see to be the pros and cons of each?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:20:16+00:00Added an answer on May 10, 2026 at 7:20 pm

    Delphi or C++ Builder – it’s a difficult choice!

    As you’re aware, they’re basically very similar, from the IDE and RAD point of view.

    The pros and cons of each – irrespective of background – are a bit like this. Both share a great 2-way RAD form designer and framework (VCL) that are ideal for native Windows development.

    Delphi:

    • FOR: Large, active, enthusiastic community
    • FOR: Delphi 2009 is the best version for many years
    • FOR: Delphi ‘units’ make C source/header file pairs seem archaic
    • AGAINST: No automatic destruction as objects leave scope, hence lots of ‘finally’s in your code
    • AGAINST: Language can be ‘wordy’, which is a matter of taste
    • AGAINST: Using third-party DLL’s or libraries in other languages (esp. C) requires Delphi header files to be written

    C++Builder

    • FOR: C++Builder 2009 is probably the best version ever
    • FOR: RAII idiom simplifies memory management hugely
    • FOR: Templates are incredibly useful and powerful, even if the C++Builder implementation has some bugs with them.
    • FOR: Support for BOOST and other modern template-based libraries (even though the Boost support is not 100%)
    • FOR: Great interop with Delphi means most Delphi components can easily be used.
    • FOR: Easy to use with third-part DLLs/libraries with C/C++ headers.
    • FOR: C++ may look better on a CV than Delphi.
    • AGAINST: CB2009 is ‘unicode only’ – the implications of this for code portability are different and less well thought-out than for Delphi
    • AGAINST: C++Builder user-base is much smaller than Delphi. Maybe 20% or less.
    • AGAINST: Borland/Inprise nearly killed BCB a few years ago, and it was only resurrected after major efforts from the community. (However, Codegear/Embarcadero commitment does seem impressive)
    • AGAINST: C++Builder is not top of the pile within Codegear.
    • AGAINST: Third-party component vendors don’t always understand/support C++Builder

    That’s about it. Just to state my position, I’m a happy BCB2007/2009 user (since BCB5), and I also infrequently use Delphi. A few years back, I considered a switch from C++ to Delphi, but the lack of RAII idiom was the one thing that I found difficult to come to terms with.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 188k
  • Answers 188k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Guard clauses are a part of aspect oriented programming, where… May 12, 2026 at 5:35 pm
  • Editorial Team
    Editorial Team added an answer presuming your Person mapping is pretty standard, the way you… May 12, 2026 at 5:35 pm
  • Editorial Team
    Editorial Team added an answer I'm not sure if I'm missing something, but storing stuff… May 12, 2026 at 5:35 pm

Related Questions

In order to apply a triggered animation to all ToolTip s in my app,
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.