Reputation: 21
It's clear that stl heavily depends on pointers. So does it means that there's no way using stl under c++ .net managed code?
Upvotes: 2
Views: 1206
Reputation: 18218
Visual Studio 2010 provides STL/CLR, which appears to be an extention of the STL that is compatible with .NET classes
Upvotes: 0