Replies: 2 comments
-
BTW, on my machine: Visual Studio 64 Bit: C++ Builder 64 Bit: |
Beta Was this translation helpful? Give feedback.
-
As a general principle, we don't include binaries in repos, in particular when it concerns builds of the solutions in this repo. @jimmckeeth, Embarcadero's Chief Developer Advocate, opened issue #199 to offer his help with addressing this same concern for a Delphi solution that was submitted. If that leads to a situation where we can indeed incorporate Delphi in our automated benchmark setup, then we may be able to investigate if that solution can also be applied to C++ Builder. |
Beta Was this translation helpful? Give feedback.
-
I have compiled the CPP code using the new version of C++ Builder. I have not changed anything in the code - I just thought it would be interesting to see how the MS and C++ Builder compilers compare. I didn't know if you want to add this into the main tree under the PrimeCPP folder? I have compiled it for Win32 and Win64.
To edit this code, you can download a community version of C++ Builder at: https://www.embarcadero.com/products/cbuilder/starter/free-download
I am not affiliated with Embarcadero at all, I just have been using their tools since they were Borland back in the late 90's,
The code is under my Git account at:
https://github.com/smiliea/PrimeSieveCppBuilder
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions