Does Visual C++ .NET 2005 have STL?

P

Peter Olcott

Is there a .NET version of the standard Temple Library in Visual Studio .NET
2005?
What is the 2005 updated equivalent of a std::vector in C# ?
 
P

pvdg42

Peter Olcott said:
Is there a .NET version of the standard Temple Library in Visual Studio
.NET 2005?
What is the 2005 updated equivalent of a std::vector in C# ?
I believe this quote addresses your question:

<quote>
STL/CLR (STL .NET) is not supported in Beta 2. We are planning to
release the beta version of STL/CLR at the time of VS 2005 final release,
and the final release of STL/CLR via the web in 2006.


Anson Tsao
Lead Program Manager
Microsoft Visual C++

</quote>
 
J

jiangsheng[MVP]

Yes, there is a native STL. Managed STL will come with the next version of
Visual Studio.
 
A

Ajay Kalra

You should not see any major difference for you STL code between
previous versions of VC++ and VS2005. I am in middle of porting a large
VC6 app to VS2005 (all unmanaged) and I have encounterd only one STL
related issue.
 
T

Tom Serface

Maybe they'll release it as a service pack along the way, but it is not
there now... We do know that they are working on it.

Tom
 
V

Vipin

From what I understand from all the readings, it would be post VS2005(which
is already in the market)
So keep watching.............
 

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

Top