Re: Delphi to Visual Studio Conversion Project



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.
.



Relevant Pages

  • Re: The Language I want
    ... inheritance of interfaces from concrete types. ... Generics is a huge mess. ... Templates or hygenic macros are not generics! ...
    (comp.lang.misc)
  • Re: Using Generics to Define Ranges
    ... widths or is there another way to then use these paths in aggregates ... that I am missing? ... Or if the assignment is particularly complicated, ... This is also not flagged where IPWTH and IVWTH are generics. ...
    (comp.lang.vhdl)
  • Inheriting from generic List
    ... I think I must be missing something about generics, ... syntax. ... that it can only contain instance of MyItem. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Question: How usable is Linux Visual-Eiffel? One more question.
    ... I'd be missing both generics ... and design by contract a lot. ...
    (comp.lang.eiffel)
  • Re: Compilation without implementation source
    ... Which is wrong as explained Jeffrey Carter 3 hours ago! ... the files I need to hide contain neither generics nor inlined ... the binder demanded the missing ... Afterward, all was okay. ...
    (comp.lang.ada)