|
mouser
|
 |
« on: August 25, 2009, 08:17:23 AM » |
|
RAD Studio 2010, the latest version of of the well-known Delphi programming language/ide/suite for MS Windows, which also includes C++ Builder, has been released. The tool, previously released by the company known as Borland and then CodeGear, is now being managed by a company called Embarcadero. I've used C++ Builder (which is basically the full C++ language with extra support for the Delphi visual class components) to develop most of my larger applications -- the 3rd party visual component support for it (for Delphi) is extremely impressive, which makes it possible t create very poweful GUI interfaces rather quickly. As a true "rapid application development" tool -- it's hard to beat it in terms of being able to quickly test user interface ideas.
|
|
|
|
|
Logged
|
|
|
|
|
mouser
|
 |
« Reply #1 on: August 25, 2009, 08:44:38 AM » |
|
We should figure out if we want to have another C++/Delphi programming contest..
|
|
|
|
|
Logged
|
|
|
|
|
relipse
|
 |
« Reply #2 on: September 24, 2009, 11:35:13 PM » |
|
We should!!!
|
|
|
|
|
Logged
|
|
|
|
|
|
Smirf
|
 |
« Reply #3 on: September 27, 2009, 03:38:00 PM » |
|
Is this C++ now 64 Bit aware, or will we have to wait for another release?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Smirf
|
 |
« Reply #5 on: September 27, 2009, 05:26:31 PM » |
|
Hmm ... will the data type long long then at least be supported there?
I made a very short test of this C++ by compiling an ANSI C program source, but stopped, when I experienced that UINT_MAX == USHRT_MAX as if still working for 16 Bit, a macro ULLONG_MAX could not be found at all, moreover.
Some things seem to have been solved better already within the latest Turbo C++. So where progress concerning such basics could be found?
|
|
|
|
|
Logged
|
|
|
|
|
tranglos
|
 |
« Reply #6 on: September 27, 2009, 05:48:13 PM » |
|
Hmm ... will the data type long long then at least be supported there?
Delphi defaults to a 32-bit signed int, but it has had support for signed 64-bit integers - if I understand you correctly - since at least version 6. There is no unsigned 64-bit int, though, at least not up to D2009. (No idea if C++ Builder is any different in this regard, though.)
|
|
|
|
« Last Edit: September 27, 2009, 05:50:06 PM by tranglos »
|
Logged
|
|
|
|
|
Smirf
|
 |
« Reply #7 on: September 28, 2009, 02:25:20 AM » |
|
Thank you for those explicit answers.
|
|
|
|
|
Logged
|
|
|
|
|
f0dder
|
 |
« Reply #8 on: September 28, 2009, 03:37:53 AM » |
|
So... it's a 2010 release, and full unicode support is a new feature? No 64bit support? And not even unsigned 64bit integers? This is a joke, isn't it? 
|
|
|
|
|
Logged
|
 - carpe noctem
|
|
|
|
tranglos
|
 |
« Reply #9 on: September 28, 2009, 05:55:03 AM » |
|
So... it's a 2010 release, and full unicode support is a new feature? No 64bit support? And not even unsigned 64bit integers? This is a joke, isn't it?  Well, they've apparently fixed bugs in generics, too  One worthwhile feature in 2010 is the significantly expanded RTTI. It's supposed to be on par with .net reflection now. But yeah, what's called RAD Stuidio 2010 should really have been a hotfix for 2009.
|
|
|
|
|
Logged
|
|
|
|
|
f0dder
|
 |
« Reply #10 on: September 28, 2009, 04:18:21 PM » |
|
One worthwhile feature in 2010 is the significantly expanded RTTI. It's supposed to be on par with .net reflection now. But yeah, what's called RAD Stuidio 2010 should really have been a hotfix for 2009. Glimpsing over the feature list, imho it should have been somewhere between 2005 and 2008 :]
|
|
|
|
|
Logged
|
 - carpe noctem
|
|
|
|