开发者

Is it impossible using stl under .net c++ managed code?

开发者 https://www.devze.com 2023-03-28 15:50 出处:网络
It\'s clear that stl heavily depends on pointers. So d开发者_高级运维oes it means that there\'s no way using stl under c++ .net managed code?You may take a look at the following article.Visual Studio

It's clear that stl heavily depends on pointers. So d开发者_高级运维oes it means that there's no way using stl under c++ .net managed code?


You may take a look at the following article.


Visual Studio 2010 provides STL/CLR, which appears to be an extention of the STL that is compatible with .NET classes

0

精彩评论

暂无评论...
验证码 换一张
取 消