Re: Delphi to Visual Studio Conversion Project
- From: Florent Ouchet <outchy@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 30 Dec 2007 23:07:32 +0100
Anonymous a écrit :
But other than GC, why choose C# over CBuilder? Is there an advantage of generics over templates that I'm missing? I'm not a professional in C++ if you haven't already figured that out, but can hold my own. For your resume, perhaps (not meant as an insult; wish I had more VS stuff on my resume, but I really don't like MS tools)?
parameterized types in .NET (aka generics in C# and Delphi.net) implement type restrictions based on basic types (class, record, class with default constructor...) and/or a set of interfaces that have to be implemented by the type.
.
- References:
- Delphi to Visual Studio Conversion Project
- From: Anonymous
- Re: Delphi to Visual Studio Conversion Project
- From: Joanna Carter [TeamB]
- Re: Delphi to Visual Studio Conversion Project
- From: Anonymous
- Delphi to Visual Studio Conversion Project
- Prev by Date: Won't somebody help with this simple question?
- Next by Date: Re: One year CodeGear
- Previous by thread: Re: Delphi to Visual Studio Conversion Project
- Next by thread: Re: Delphi to Visual Studio Conversion Project
- Index(es):
Relevant Pages
|