Standard containers and algorithms

  • Thread starter Thread starter Fernando Rodríguez
  • Start date Start date
F

Fernando Rodríguez

Hi,

Does C# include a set of standard containers (vectors, maps, multimaps,
etc...) and algorithms, like C++'s STL?

Thanks
 
Fernando said:
Hi,

Does C# include a set of standard containers (vectors, maps,
multimaps, etc...) and algorithms, like C++'s STL?

The FCL has a number of collection classes in the System.Collections and
System.Collections.Specialized namespaces, but there will be no generics
(templates) until C# 2.0.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top