Boogie El Aceitoso <(E-Mail Removed)> wrote:
> I'm currently learning C# from a C++ background. So far the language looks
> interesting but I can't find the equivalent of the C++ STL. Where are the
> equivalents of templates, standard container classes, algorithms, etc...? O:-)
>
> Is there any good C++ -> C# migration tutorial?
Templates don't exist in C# - generics will fill most of the void when
they arrive with .NET 2.0.
As for other things, the System.Collections has things like lists, maps
etc. What else are you looking for in particular?
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too