Re: Win32 Needs
- From: "Irakli" <Irakli.Rostiashvili@xxxxxxxxx>
- Date: 31 Aug 2006 23:40:27 -0700
Nick Hodges (Borland/DTG) wrote:
Okay -- let's take a step back here.
What do you all think /hasn't/ been done that should have been done by
now for Win32 developers?
--
Nick Hodges
Delphi/C# Product Manager - Borland DTG
http://blogs.borland.com/nickhodges
All mentioned above plus:
* Autoboxing
* Nullable types i.e. like C#
int? intVar = null
in delphi win32 will be
i: Integer? = Null
this null value should be the same as variant Null
* methods inline declaration i.e. method body can be declared in class
declaration
* reserved word string must refer unicode WideString by default
* IDE enhancements (CodeRush features, etc.)
.
- Prev by Date: Re: Question about DevCo
- Next by Date: Re: Question about DevCo
- Previous by thread: Re: Win32 Needs
- Next by thread: Re: Win32 Needs
- Index(es):
Relevant Pages
|