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 573209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:41:59+00:00 2026-05-13T13:41:59+00:00

It has to make some time consuming calculations, so i need it to work

  • 0

It has to make some time consuming calculations, so i need it to work as fast as possible.

Also thought about Delphi. So. Is it a question of taste(or habit) or not and what can you advice me then?

  • 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. Editorial Team
    Editorial Team
    2026-05-13T13:41:59+00:00Added an answer on May 13, 2026 at 1:41 pm

    Let’s try to analyse them:

    C++

    Pros:

    • Generates native code, so it’s fast.
    • Allows very low-level access to go all out in optimizations.
    • Can be highly cross-platform.
    • More prone to unreadable code. (Personally, I think that the fact a utility like cdecl even EXISTS, is a good sign that parts of C is not meant to be readable – and since C++ is mostly a superset of C, the same applies here.)

    Cons:

    • You need to manage a lot on your own, which can easily introduce memory leaks and the like if you aren’t careful to get all of this managed somehow (smart pointers, for example).
    • Compiling is sloooow.

    Delphi

    Pros:

    • Fast compilation.
    • Generates native code with no runtime dependencies by default.
    • Allows you to easily integrate low-level assembly if you want to.
    • You generally don’t need to mess with pointers, but you can if you want to.
    • Very nice GUI builder, and the VCL is a nice toolbox which serves most of your basic component needs.
    • Delphi code is generally pretty easy to read.

    Cons:

    • Delphi isn’t as widespread of a language, so references might be a problem.
    • If you need to interface with external DLLs, you’re less likely to find finished Delphi code that allows you to call the DLL methods; you are more likely to need to write the required declarations yourself (there are tools, apparently, but I don’t know how well they work…)

    VB6

    Pros:

    • There are still a LOT of references out there.
    • Let’s face it, while we may not like the language, it is pretty easy to read.

    Cons:

    • Extremely outdated environment.
    • Not supported anymore.
    • Not suitable for code needing to be overly efficient.

    VB.NET (C# as well)

    Pros:

    • Due to the architecture of the .NET framework, you could theoretically get more performance, because it is able to optimize the code for the specific CPU it’s being run on.
    • Gigantic library at your disposal (.NET framework).
    • Memory is pretty much managed for you. That means it’s a lot harder to mess something up there.
    • Popular languages, so lots of references out there.

    Cons:

    • Memory is pretty much managed for you. This means some performance aspects are out of your control.
    • You can’t really drop down to low-level assembler code, because it’s compiled to an intermediary format. Sure, you could implement your own method in IL, but there’s usually not as much to be gained as with assembler.

    My personal vote goes to Delphi, because it lets me build fast applications quickly, and the latest releases have really improved on the feature set and the usability of the IDE.

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

Sidebar

Related Questions

The amazing display on the iPhone 4 has made us make higher resolution artwork
I was looking at snippets and tutorials for quite some time now, but I
I've got a gaming-oriented website with 200+ users. The site has a large database
I'm trying to do some testing and it requires the Windows system to be
How can I detect that an app has just returned from background mode? I
I have follow problem: in my table into View I have more than 50
(related to Finding the lowest unused unique id in a list and Getting unused
I've got a form that's dynamically created using ajax (as data for the form
First of all, I want to be clear: I did manage to get Internet
Im making a commentsystem for the user´s status. I have made so you can

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.